\version "2.10.11" \header { title = "Waltzing Matilda" composer = "" arranger = "Gilbert De Benedetti" } #(set-global-staff-size 16) #(set-default-paper-size "letter") \paper { pagenumber = "yes" linewidth = 120\mm indent = 0\mm } global = { \key f \major \set Staff.printPartCombineTexts = ##f \time 4/4 } top = \relative g' { a4 a a a | g2 g | f4 g a f | d e f2 | c f4 a | c2 c4 c | c c c2 | c f,4 g | a2 a4 a | g2 g | f4 g a f | d e f2 | c2 f4 a | c2 bes4 a | g2 g4 g | f1 | c'2 c4 c | c2 a | f' f4 f | e2 d | c c4 c | d2 c4 bes | a2 g4 f | g2 f4 g | a2 a4 a | g2 g | f4 g a f | d e f2 | c2 f4 a | c2 bes4 a | g2 g4 g | f1 \bar "|." } bottom = \relative f { f2 c' | e,1 | d'2 c | bes1 | a~ | a | | 2 r | f, c' e,1 | d'2 c | bes1 | a~ | a | bes2 c | 1 | ~ | | ~ | | ~ | | | 2 r | f, c' | e,1 | d'2 c | bes1 | a~ | a | bes2 c | 1 } \score { << \new Staff << \global \clef treble \set Staff.midiInstrument = #"acoustic grand" { \top r1 \top } >> \new Staff << \global \clef treble \set Staff.midiInstrument = #"flute" { \top r1 \top } >> \new Staff << \global \clef treble \set Staff.midiInstrument = #"flute" { \top r1 \top } >> \new Staff << \global \clef treble \set Staff.midiInstrument = #"flute" { \top r1 \top } >> \new Staff << \global \clef bass \set Staff.midiInstrument = #"acoustic grand" { \bottom r1 \bottom } >> \new Staff << \global \clef bass \set Staff.midiInstrument = #"violin" { \bottom r1 \bottom } >> \new Staff << \global \clef bass \set Staff.midiInstrument = #"trombone" { \bottom r1 \bottom } >> >> \layout { \context { \Score \remove "Bar_number_engraver" } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 160 4) } \context { \Staff midiInstrument = #"acoustic grand" } } }