]> git.donarmstrong.com Git - lilypond.git/blob - input/test/instrument-name-grandstaff.ly
* scm/translation-functions.scm (fraction-tuplet-formatter):
[lilypond.git] / input / test / instrument-name-grandstaff.ly
1 \version "2.1.29"
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 { \GrandStaffContext \consists "Instrument_name_engraver" }
18 }}
19