\version "2.11.42" \include "sym1.ly" \score { \new StaffGroup = "orchestra" << \new Staff = "flutes" { \set Staff.midiInstrument = "flute" \unfoldRepeats { << { \tempocontrol } \\ { \transpose c f \piccolo } \\ { \transpose c' f \fluteI } \\ { \transpose c' f \fluteII } \\ { \transpose c' f \fluteIII } \\ { \altoflute } >> } } \new Staff = "oboes" { \set Staff.midiInstrument = "oboe" \unfoldRepeats { << { \transpose c' g' \oboeI } \\ { \transpose c' g' \oboeII } \\ { \transpose c' g' \oboeIII } \\ { \enghorn } >> } } \new Staff = "clarinets" { \set Staff.midiInstrument = "clarinet" \unfoldRepeats { << { \transpose c c' \clarinetI } \\ { \transpose c c' \clarinetII } \\ { \transpose c c' \clarinetIII } \\ { \bassclarinet } >> } } \new Staff = "bassoons" { \set Staff.midiInstrument = "bassoon" \unfoldRepeats { << { \transpose c c' \bassoonI } \\ { \transpose c c' \bassoonII } \\ { \transpose c c' \bassoonIII } \\ { \contrabassoon } >> } } \new Staff = "horns" { \set Staff.midiInstrument = "french horn" \unfoldRepeats { << \hornI \hornII \hornIII >> } } \new Staff = "trumpets" { \set Staff.midiInstrument = "trumpet" \unfoldRepeats { << \trumpetI \trumpetII \trumpetIII \trumpetIV >> } } \new Staff = "trombones" { \set Staff.midiInstrument = "trombone" << \tromboneI \tromboneII \tromboneIII \basstrombone >> } \new Staff = "tuba" { \set Staff.midiInstrument = "tuba" << \tubaI \tubaII >> } \new Staff = "timpani" { \set Staff.midiInstrument = "timpani" \unfoldRepeats { << \timpaniI \timpaniII >> } } \new DrumStaff = "percussion" { \unfoldRepeats { \midiPercussion } } \new Staff = "harp" { \set Staff.midiInstrument = "orchestral strings" \unfoldRepeats { << \harprh \harplh >> } } \new StaffGroup = "strings" << \set StaffGroup.midiInstrument = "string ensemble 1" \new Staff = "violins" { \unfoldRepeats { << \violinI \violinII >> } } \new Staff = "viola" { \unfoldRepeats { \viola } } \new Staff = "violoncello" { \unfoldRepeats { \cello } } \new Staff = "contrabass" { \unfoldRepeats { \contrabass } } >> >> \midi { } }