\version "2.15.8" \header { title = "Melancholy" subtitle = "From the Yumekui Merry Soundtrack" composer = "Composed by Keiichi Oku" arranger = \markup \right-column { \line {Transcription by Joel Spadin} \line \teeny {http://chaosinacan.com}} } \include "english.ly" RightA = \relative c'' { \acciaccatura b8 2. | \acciaccatura e8 8 8 ~ 2 | \acciaccatura a8 2. | \acciaccatura d8 8 8 ~ 2 | \acciaccatura g8 2. | \acciaccatura c8 8 4. 4 | 2. | 2. | << { fs2 ~ fs8 } \\ { g,8 b8 ~ b4 ~ b8 } >> fs'8 ~ | \time 2/4 2 | \time 3/4 << { gs2. } \\ { c,8 c8~ c2 } >> | << { gs'2. } \\ { 4. cs4. } >> | 8 a' e4 g4 | 2. | } DynamicsA = { % \override DynamicTextSpanner #'dash-period = #-1.0 \override DynamicTextSpanner #'style = #'dotted-line \grace s8 s2.\mp | R2.*6 | s2.\cresc | R2. | \time 2/4 R2 | \time 3/4 R2.*3 | s4.\mf\> s8\! s4 | s2.\mp\cresc | R2.*5 | s2.\mf\> | s2. | s2.\! | s2. | } LeftA = \relative c' { \grace s8 r8 8 ~ 2 | 2. | r8 8 ~ 2 | 2. | r8 8 ~ 2 | 2. | 4 2 | \clef bass af8 d, e,2 | 2. | \time 2/4 2 | \time 3/4 << { d'4 d2 } \\ { f,4. f4. } >> | r8 fs d' a'4. | 4 d8 a b e | 8 c'8 f2 | } RightB = \relative c'' { 2.^\markup \italic "mosso" | 8 b,8 ~ b2 |2. | 8 cs,8 ~ cs2 | 2. | 4 e4. fs8 | 2. ~ | 2. | 2. ~ | 2. | \key c \major g,8 g fs g e fs | << { g2. } \\ { c,8 c b c af b } >> | << { a'8 a gs a f gs } \\ { ef2. } >> | << { a2. } \\ { ef8 ef d ef a, ef' } >> | << { bf'4 a bf ~ | bf8[ gf] \times 2/3 { a8[ bf gf] ~ gf[ a bf] } } \\ { \repeat unfold 6 8 | \repeat unfold 6 8 } >> | << { b'4 as b ~ | b8[ g] \times 2/3 { as8[ b g] ~ g[ as b] } } \\ { \repeat unfold 6 8 | \repeat unfold 6 8 } >> | << { 4 ~ | 8 } \\ { s8 g8 s8 g8 s8 g8 | s8 } >> 8 \times 2/3 { 8[ ] } | \key af \minor 4 4. 8 | 4 2 | r8 4. 8 | 4 4. 8 | } DynamicsB = { R2.*4 | s2.\cresc | R2.*5 | s2.\f | R2.*3 | s2.\> | } LeftB = \relative c' { cs8 cs b cs a b | a fs g e fs | d' d cs d b cs | a b g a fs g | e' e d e cs d | c c b c a c | << { bf2. ~ | bf2. | a2. ~ | a2. } \\ { e8 e d e c e | d e c e d e | ef ef df ef c ef | df ef c ef df ef } >> \key c \major << { 2. | 2. | 2. | 2. } \\ { r8 ef, ~ ef2 | r8 e ~ e2 | r8 f ~ f2 | r8 f ~ f2 } >> | r8 g g g g g | gf gf gf gf gf gf | %#(set-accidental-style 'piano-cautionary) \repeat unfold 6 | \repeat unfold 6 | \repeat unfold 12 | \key af \minor \repeat unfold 6 | \repeat unfold 6 | \repeat unfold 6 | \repeat unfold 6 | } RightC = \relative c'' { 2. ~ | 2. | << { ef,4 bf'2 ~ | bf4. } \\ { 4 2 ~ | 4. } >> 8 | 2. ~ | 4 \clef bass ef,4 bf' | << { 4 ef'2 ~ | ef4. } \\ { s2. | 4. } >> 8 | 2.^\markup \italic "rit. e dim." | 2. | 2.\fermata } DynamicsC = { s2.\mp } LeftC = \relative c { 8 \repeat unfold 5 | \repeat unfold 54 | 2.\fermata } UpperStaff = { \tempo \markup \concat { \fontsize #-2 \general-align #Y #DOWN \note #"4" #1 " = ca. 64 (Tempo rubato)" } \key c \major \time 3/4 \RightA \key b \minor \RightB \RightC \bar "|." } Dynamics = { \time 3/4 \DynamicsA \DynamicsB \DynamicsC } LowerStaff = { \key c \major \time 3/4 \LeftA \key b \minor \LeftB \LeftC \bar "|." } \score { \new PianoStaff { \set PianoStaff.connectArpeggios = ##t \set PianoStaff.midiInstrument = #"acoustic grand" << \new Staff = "upper" \UpperStaff \new Dynamics = "dynamics" \Dynamics \new Staff = "lower" \LowerStaff >> } \layout { } %\midi { } }