]> git.donarmstrong.com Git - lilypond.git/blob - input/test/instrument-name-grandstaff.ly
covnert-ly
[lilypond.git] / input / test / instrument-name-grandstaff.ly
1 \version "1.5.68"
2
3
4 \score {
5   \notes
6   \notes \context GrandStaff <
7     \context Staff = treble    {
8       \property GrandStaff.instrument = "Violini  "
9       \property Staff.instrument = " vn I" { c''4 }}
10     \context Staff = bass { \property Staff.instrument = " vn II" c''4 }>
11
12
13 \paper {
14 linewidth=-1.0
15 \translator { \StaffContext
16   \consists "Instrument_name_engraver"
17   }
18 \translator { \GrandStaffContext \consists "Instrument_name_engraver" }
19 }}