% Ben Crowder % crowderb@blankslate.net % http://www.blankslate.net/ \header { title = "A Frolic Through the Garden" composer = "Ben Crowder" opus = "October 16, 2000" tagline = "Blank Slate - http://www.blankslate.net/" } commands = \notes { \time 4/4 \property Staff.TimeSignature \override #'style = #'() \property Staff.midiInstrument = "violin" \key d \major } \version "1.4.9" \paper { papersize="letter" } \include "paper20.ly" Rh = \notes \context Voice = $Rh { \commands \clef treble d''4 cis''8 b' a'4 g' | fis' b' a'2 | g'4 g'8 a' b'4 d'' | cis'' b' a' g' | %5 d'' cis''8 b' a'4 b' | a'1 | g'4 g'8 a' b'4 g' | e'1 | d'4 fis'8 e' d'4 a' | %10 g' fis' e'2 | d'4 fis'8 e' d'4 a' | cis'' b' a'2 | d''4 d'' d''8 fis'' e'' d'' | cis''4 e'' d''4. cis''8 | %15 b'4 fis' b'8 cis'' d''4 | e'' cis'' cis''2 | d''4 d''8 e'' e''4 fis'' | e'' g'' fis''8 g'' fis'' e'' | fis''4 d'' cis''8 b' a' g' | %20 fis'4 b' a'2 | g'4 d''8 cis'' b'4 d'' | cis'' b' a' g' | d'' cis''8 b' a'4 g' | fis' b' a'2 | %25 e'4 fis'8 g' a'4 e' | fis'1 | e'4 fis'8 g' a'4 cis'' | d''1 ~ | d''4 r2. \bar "|." } Lh = \notes \context Voice = $Lh { \commands \clef bass d4 d | d d | d d | d d | %5 d d | d d | cis cis | cis cis | d d | %10 cis cis | d d | cis cis | b, b, | a, a, | %15 b, b, | a, a, | b, b, | cis cis | d d | %20 d d | d d | d d | d d | d d | %25 d d | d d | d d | d d | d r2. \bar "|." } righthand = \context Staff = righthand < \Rh > lefthand = \context Staff = lefthand < \Lh > \score { \notes \context PianoStaff < \righthand \lefthand > \paper { } \midi { \tempo 4 = 145 } }