% Ben Crowder % crowderb@blankslate.net % http://www.blankslate.net/ \header { title = "First Snow" composer = "Ben Crowder" opus = "September 3, 2000" tagline = "Blank Slate - http://www.blankslate.net/" } commands = \notes { \time 4/4 property Staff.TimeSignature \override #'style = #'() \property Staff.midiInstrument = "acoustic grand" \key f \major } \version "1.4.9" \paper { papersize="letter" } \include "paper20.ly" righthand = \notes \context Voice = $righthand { \commands \clef treble f''8 e'' f'' e'' f'' c'' f'' c'' | f'' bes' f'' bes' f'' a' f'' a' | f'' e'' f'' e'' f'' c'' f'' c'' | f'' bes' f'' bes' f'' a' f'' a' | %5 f'' e'' f'' e'' f'' c'' f'' c'' | f'' bes' f'' bes' f'' a' f'' a' | f'' e'' f'' e'' f'' c'' f'' c'' | f'' bes' f'' bes' f'' a' f'' a' | f''1 | %10 d'' d'' | | d'' bes' | | d'' d'' | %15 | bes' | | bes' | | %20 | | | | | %25 | | | d'' bes' a' g' | bes' a' g' f' d' | %30 | | d'' bes' a' g' | bes' a' g' f' e' | | %35 | f'8 c' f' c' f' c' f' c' | f' bes f' bes f' bes f' bes | f' c' f' c' f' c' f' g' | g' f' g' f' g' f' g' bes' | %40 a' f' a' f' a' f' a' f' | g' f' g' f' g' f' g' e' | f' e' f' e' f' e' f' d' | e' c' e' c' e' f' f' g' | f' c' f' c' f' bes f' bes | %45 f' a f' a f' a f' a | f' c' f' c' f' bes f' bes | f' a f' a f' a f' a | e' c' e' c' e' c' e' c' | f' d' f' d' f' d' f' d' | %50 g' e' g' e' g' e' g' e' | a' f' a' g' a' a' bes' c'' | d'' c'' d'' c'' d'' c'' d'' c'' | e'' d'' e'' d'' e'' d'' e'' d'' | f'' c'' f'' c'' f'' bes' f'' bes' | %55 f'' a' f'' a' f'' a' f'' a' | f'' c'' f'' c'' f'' bes' f'' bes' | f'' a' f'' a' f'' a' f'' a' | f'' a' f'' a' f''2-\fermata \bar "|." } lefthand = \notes \context Voice = $lefthand { \commands \clef bass r1 | r | r \clef treble | f'8 e' f' e' f' c' f' c' | %5 f' bes f' bes f' a f' a | bes c' d' e' f'2 | bes8 c' d' e' f'2 | bes8 c' d' e' f'2 | \clef bass | %10 f,4 f, a, a, | bes, bes, c c | f f d d | c2 bes, | | %15 | | | f4. g8 a2 | f4 e d c | %20 a, a,8 bes, bes,4 bes,8 d | c4 c8 e f2 | f4 e d c | bes, bes, a, a, | g, g, d d | %25 c c e e | f f8 g f4 f8 g | a4 a a a | a a a a | f f f f | %30 d d e e | g a a a | | | d,8 f, a, d e, g, c e | %35 e g a a | | | | | %40 ~ | | | | | %45 | | | e | f a | %50 bes bes | c'1 | f' | g' \clef treble | a'2 g' | %55 f'1 | f'2 d' | c'1 ~ | c'-\fermata \bar "|." } righthandStaff = \context Staff = righthandStaff < \righthand > lefthandStaff = \context Staff = lefthandStaff < \lefthand > \score { \notes \context PianoStaff < \righthandStaff \lefthandStaff > \paper { } \midi { \tempo 4 = 110 } }