]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/staff/naming-a-whole-grandstaff.ly
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / input / lsr / staff / naming-a-whole-grandstaff.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.11.23"
3
4 \header { texidoc = "
5 You can have a name for the whole @code{GrandStaff} in addition to 
6 individual @code{Staff}s.  
7 " }
8
9 \score {
10   
11    \context GrandStaff <<
12     \context Staff = "treble"    {
13       \set GrandStaff.instrumentName = "Violini  "
14       \set Staff.instrumentName = " vn I" { c''4 }}
15     \context Staff = "bass" { \set Staff.instrumentName = " vn II" c''4 }>>
16
17
18 \layout {
19 \context { \GrandStaff \consists "Instrument_name_engraver" }
20 }}
21
22