% Ben Crowder % crowderb@blankslate.net % http://www.blankslate.net/ \header { title = "Spiral Staircase" composer = "Ben Crowder" opus = "June 28, 2000" tagline = "Blank Slate - http://www.blankslate.net/" } commands = \notes { \time 4/4 \property Staff.TimeSignature \override #'style = #'() \property Staff.midiInstrument = "acoustic grand" \key d \major } \version "1.4.9" \paper { papersize="letter" } \include "paper20.ly" righthand = \notes \context Voice = $righthand { \commands \clef treble fis'4 d' g' b' | a' e' fis'2 | fis'4 d' g' e' | d' cis' d'2 | %5 fis'8 d' fis' d' g' e' g' b' | a' e' a' e' fis' d' fis' fis' | fis' d' fis' d' g' d' g' d' | d' cis' b cis' d' cis' d' e' | fis' d' fis'4 g'8 e' g'4 | %10 a'8 g' fis' e' fis' d' fis' d' | fis' d' fis'4 g'8 e' g'4 | d'8 cis' b cis' d' cis' d' e' | fis'4 a'8 d' g'4 b'8 g' | a' g' fis' e' g' fis' e' d' | %15 fis' d'4 fis'8 g' e'4 g'8 | a' e'4 a'8 g' a' b' cis'' | d'' d'' fis'' d'' e'' e'' g'' e'' | d'' cis'' b' cis'' d'' cis'' d'' e'' | fis'' fis'' fis'' d'' g'' g'' g'' e'' | %20 a'' a'' e'' e'' g'' g'' d'' d'' | fis'' fis'' fis''16 e'' d''8 g'' g'' g''16 fis'' g''8 | a'' a'' d'''4 g''8 g'' b''4 | r8 fis'' fis'' d'' r e'' e'' cis'' | r d'' d'' a' b' b' b'16 a' g'8 | %25 a' g' fis' g'4 fis'8 e' d' | fis' d' e' fis'4 g'8 e' g' | a' g' a' b'4 cis''8 b' cis'' | a' b' cis'' d''8 cis'' cis'' | b' e'' b' d''4 cis''8 b' a' | %30 a' b' cis'' ~ | | \bar "|." } lefthand = \notes \context Voice = $lefthand { \commands \clef "bass" | | | | %5 | | | | | %10 | | | | | %15 | | | | | %20 | | | | | %25 | | | | | %30 ~ | a,16 b, cis8 | \bar "|." } righthandStaff = \context Staff = righthandStaff < \righthand > lefthandStaff = \context Staff = lefthandStaff < \lefthand > \score { \notes \context PianoStaff < \righthandStaff \lefthandStaff > \paper { } \midi { \tempo 4 = 120 } }