]> git.donarmstrong.com Git - lilypond.git/blob - input/test/instrument-name-grandstaff.ly
* Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
[lilypond.git] / input / test / instrument-name-grandstaff.ly
1 \version "2.3.2"
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. " }
5
6 \score {
7   \notes
8   \notes \context GrandStaff <<
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 }>>
13
14
15 \paper {
16 raggedright = ##t
17 \context { \GrandStaff \consists "Instrument_name_engraver" }
18 }}
19