\version "2.10.10" \header { title = "Firth Of Fifth: Introduction" composer = "Anthony Banks (Genesis)" } \include "english.ly" \score { \context PianoStaff << \context Staff = staffA { \clef treble \key bf \major \time 2/4 \relative bf' { \override TextSpanner #'style = #'dashed-line \override TextSpanner #'edge-height = #'(0 . 1.5) \override TextSpanner #'edge-text = #'("8va " . "") \bar "|:" \repeat volta 2 { % Measure 1 bf'16[ bf, d f] bf[ bf, d f] % Measure 2 \time 4/4 g[ bf, ef] f[ bf, d] g[ bf, ef] f[ bf, d] e[ c g' e] % Measure 3 \time 2/4 c'[ c, f a] d[ d, f bf] % Measure 4 \time 13/16 df[ df, f] c'[ c, f] bf[ bf, ef] bf'[ gf c^ \markup{\italic "To Coda"} af] } % Measure 5 \time 2/4 bf[ bf, d f] g[ af g f] % Measure 6-9 are the same \time 13/16 g[ bf, ef] f[ bf, ef] g[ bf, ef] f[ bf, bf' bf,] g'[ bf, ef] f[ bf, ef] g[ bf, ef] f[ bf, bf' bf,] g'[ bf, ef] f[ bf, ef] g[ bf, ef] f[ bf, bf' bf,] g'[ bf, ef] f[ bf, ef] g[ bf, ef] f[ bf, bf' bf,] % Measure 10 \time 15/16 af'[ cf, ef] g[ cf, ef] f[ cf ef] % This set of six notes is complicated by the need to manually % subdivide the beam into three subbeams of two notes each. g[ \set stemRightBeamCount = #1 cf, \set stemLeftBeamCount = #1 af' \set stemRightBeamCount = #1 cf, \set stemLeftBeamCount = #1 bf' cf,] % Measure 11 - g# minor \key b \minor b'[ cs, e] as[ cs, e] gs[ cs, e] as[ cs, b' cs, cs' cs,] % Measure 12 - d minor % \key b \minor d'[ d, fs] cs'[ d, fs] b[ d, fs] \set tupletSpannerDuration = #(ly:make-moment 1 8) \times 2/3 { cs'[ fs, d] d'[ fs, d] } e'8 % Measure 13 - start 8va markings here #(set-octavation 1) fs16[ g, b] e[ g, b] d[ g, b] \times 2/3 { e[ b gs] fs'[ b, gs] gs'[ b, gs] } % Measure 14 \key gf \major \time 2/4 bf'[ bf, df gf] af[ bf af gf] % Measure 15 \time 13/16 af[ cf, ef] f[ af, df] af'[ cf, ef] f[ af, af' af,] % Measure 16 \time 2/4 bf'[ bf, df gf] af[ bf af gf] % Measure 17 \time 13/16 af[ cf, ef] [ af, df] af'[ cf, ef] [ af, af,] % Measure 18 \time 2/4 bf'[ bf, df gf] af[ bf af gf] % Measure 19 \time 13/16 af[ cf, ef] f[ af, df] af'[ cf, ef] f[ af, af' af,] % Measure 20 \time 2/4 bf'[ bf, df gf] af[ bf af gf] % Measure 21 \time 4/4 af[ cf, ef] f[ bf, d] [ gf, ] [ f, ] [ gf, f,^ \markup{\italic "D.C."}] #(set-octavation 0) % % Measure 22 \bar "||" \key bf \major \time 2/4 bf16[^ \markup{\bold "Coda"} bf, d f] bf[ bf, d f] % Measure 23 \time 4/4 g[ bf, ef] f[ bf, d] g[ bf, ef] af[ b, f'] bf[ g a fs] % Measure 24 \time 2/4 af[ af, bf f'] g[ af g bf] % Measure 25 \key b \major b[ b, e gs] as[ b cs ds] % Measure 26 e[ e, gs as] b[ cs ds e] \bar ".|." } } \context Staff = staffB { \clef bass \key bf \major \override TextSpanner #'style = #'dashed-line \override TextSpanner #'edge-height = #'(0 . 1.5) \override TextSpanner #'edge-text = #'("8va " . "") % Measure 1 4 8 8 % Measure 2 8.[ ] 8[ ] % Measure 3 8 4 % Measure 4 8.[ 8.] 8[ ] % Measure 5 4 8 % Measure 6 8. 8[ ] % Measure 7 8. 8[] % Measure 8 8. 8[ ] % Measure 9 8. 8[] % Measure 10 8. g' 8[ ] % Measure 11 - g# minor \key b \minor 8. 8[] % Measure 12 - b minor % \key b \minor 8. 8[ ] % Measure 13 8[16] 8[16] 8[16] 8[] % Measure 14 - beginning of G flat section \key gf \major 4 8[ ] % Measure 15 8. 8[ ] % Measure 16 4 #(set-octavation 1) 8[ ] % Measure 17 8. 8[ ] #(set-octavation 0) % Measure 18 4 8[ ] % Measure 19 8. 8[ ] % Measure 20 4 #(set-octavation 1) 8[ ] % Measure 21 8. 8[ ] #(set-octavation 0) % Measure 22 \key bf \major 4 8 8 % Measure 23 8.[ ] 8[ ] % Measures 24 4 8 8 % Measure 25 \key b \major [ gs'] cs'[ ] % Measure 26 4 8[ ] } >> \layout { papersize = "letter" } }