2 \header { texidoc
= "@cindex Instrument Name Grandstaff
3 You can name the whole grandstaff in addition to individual staffs. " }
7 \notes \context GrandStaff
<<
8 \context Staff
= treble
{
9 \property GrandStaff
.instrument
= "Violini "
10 \property Staff
.instrument
= " vn I" { c''4 }}
11 \context Staff
= bass
{ \property Staff
.instrument
= " vn II" c''4 }>>
16 \translator { \GrandStaffContext \consists "Instrument_name_engraver" }