\version "2.11.32" % automatically converted from 08b_StaffGroups_Finale.xml \include "08b_StaffGroups_Finale-defs.ly" << \new StaffGroup << \new Staff << \set Staff.instrumentName = "Piccolo" \set Staff.shortInstrumentName = "Picc." { c'1 } >> \new InnerStaffGroup \with { \override SpanBar #'transparent = ##t } << \new Staff << \set Staff.instrumentName = "Flute 1" \set Staff.shortInstrumentName = "Fl. 1" { c'1 } >> \new Staff << \set Staff.instrumentName = "Flute 2" \set Staff.shortInstrumentName = "Fl. 2" { c'1 } >> >> \new InnerStaffGroup \with { \consists "Instrument_name_engraver" } << \set InnerStaffGroup.instrumentName = "Oboe through Clarinet" \set InnerStaffGroup.shortInstrumentName = "O to Cl" \new InnerStaffGroup \with { systemStartDelimiter = #'SystemStartBar } << \new Staff << \set Staff.instrumentName = "Oboe" \set Staff.shortInstrumentName = "Ob." { c'1 } >> \new Staff << \set Staff.instrumentName = "English Horn" \set Staff.shortInstrumentName = "E. Hn." { c'1 } >> >> \new Staff << \set Staff.instrumentName = "Clarinet in Eb" \set Staff.shortInstrumentName = "Eb Cl." { c'1 } >> >> \new InnerStaffGroup \with { \override SpanBar #'transparent = ##t } << \new Staff << \set Staff.instrumentName = "Clarinet in Bb 1" \set Staff.shortInstrumentName = "Bb Cl. 1" { c'1 } >> \new Staff << \set Staff.instrumentName = "Clarinet in Bb 2" \set Staff.shortInstrumentName = "Bb Cl. 2" { c'1 } >> >> \new Staff << \set Staff.instrumentName = "Bass Clarinet" \set Staff.shortInstrumentName = "B. Cl." { c'1 } >> \new InnerStaffGroup \with { \override SpanBar #'transparent = ##t } << \new Staff << \set Staff.instrumentName = "Bassoon 1" \set Staff.shortInstrumentName = "Bsn. 1" { c'1 } >> \new Staff << \set Staff.instrumentName = "Bassoon 2" \set Staff.shortInstrumentName = "Bsn. 2" { c'1 } >> >> \new Staff << \set Staff.instrumentName = "Contrabassoon" \set Staff.shortInstrumentName = "C. Bn." { c'1 } >> >> \new StaffGroup \with { \override SpanBar #'transparent = ##t } << \new InnerStaffGroup << \new Staff << \set Staff.instrumentName = "Horn in F 1" \set Staff.shortInstrumentName = "Hn. 1" { c'1 } >> \new Staff << \set Staff.instrumentName = "Horn in F 2" \set Staff.shortInstrumentName = "Hn. 2" { c'1 } >> \new InnerStaffGroup \with { \override SpanBar #'transparent = ##t } << \new Staff << \set Staff.instrumentName = "Trumpet in C 1" \set Staff.shortInstrumentName = "C Tpt. 1" { c'1 } >> \new Staff << \set Staff.instrumentName = "Trumpet in C 2" \set Staff.shortInstrumentName = "C Tpt. 2" { c'1 } >> >> \new InnerStaffGroup \with { \override SpanBar #'transparent = ##t } << \new Staff << \set Staff.instrumentName = "Trombone 1" \set Staff.shortInstrumentName = "Tbn. 1" { c'1 } >> \new Staff << \set Staff.instrumentName = "Trombone 2" \set Staff.shortInstrumentName = "Tbn. 2" { c'1 } >> >> \new Staff << \set Staff.instrumentName = "Tuba" \set Staff.shortInstrumentName = "Tuba" { c'1 } >> >> >> \new Staff << \set Staff.instrumentName = "Timpani" \set Staff.shortInstrumentName = "Timp." { c'1 } >> \new Staff << \set Staff.instrumentName = "Percussion" \set Staff.shortInstrumentName = "Perc." { c'1 } >> \new Staff << \set Staff.instrumentName = "Harp" \set Staff.shortInstrumentName = "Hp." { c'1 } >> \new Staff << \set Staff.instrumentName = "Piano" \set Staff.shortInstrumentName = "Pno." { c'1 } >> \new StaffGroup << \new Staff << \set Staff.instrumentName = "Violin I" \set Staff.shortInstrumentName = "Vln. I" { c'1 } >> \new Staff << \set Staff.instrumentName = "Violin II" \set Staff.shortInstrumentName = "Vln. II" { c'1 } >> \new Staff << \set Staff.instrumentName = "Viola" \set Staff.shortInstrumentName = "Vla." { c'1 } >> \new Staff << \set Staff.instrumentName = "Cello" \set Staff.shortInstrumentName = "Vc." { c'1 } >> \new Staff << \set Staff.instrumentName = "Contrabass" \set Staff.shortInstrumentName = "Cb." { c'1 } >> >> >>