release commit
[lilypond.git] / input / test / instrument-name-grandstaff.ly
blob8091d8de88a746db7a9183b62dc24672c72daaf8
1 \version "2.1.7"
2 \header { texidoc = "@cindex Instrument Name Grandstaff
3 You can name the whole grandstaff in addition to individual staffs. " }
5 \score {
6 \notes
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 }>>
14 \paper {
15 raggedright = ##t
16 \translator { \GrandStaffContext \consists "Instrument_name_engraver" }