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