2 \header { texidoc = "@cindex Instrument Name Grandstaff
3 You can have a name for the whole @code{GrandStaff} in addition to
4 individual @code{Staff}s. " }
9 \context Staff = treble {
10 \set GrandStaff.instrument = "Violini "
11 \set Staff.instrument = " vn I" { c''4 }}
12 \context Staff = bass { \set Staff.instrument = " vn II" c''4 }>>
17 \context { \GrandStaff \consists "Instrument_name_engraver" }