]> git.donarmstrong.com Git - lilypond.git/blob - input/test/instrument-name-grandstaff.ly
004d79c84403da251c13f646024a72e61c8b7c53
[lilypond.git] / input / test / instrument-name-grandstaff.ly
1 \version "2.9.13"
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   
8    \new GrandStaff <<
9     \new Staff =  "treble"    {
10       \set GrandStaff.instrumentName = "Violini  "
11       \set Staff.instrumentName = " vn I" { c''4 }}
12     \new Staff =  "bass" { \set Staff.instrumentName = " vn II" c''4 }>>
13
14
15 \layout {
16 ragged-right = ##t
17 \context { \GrandStaff \consists "Instrument_name_engraver" }
18 }}
19