]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/instrument-name.ly
release commit
[lilypond.git] / input / regression / instrument-name.ly
1 \version "2.1.30"
2 \header{
3 texidoc="
4 Staff margins are also markings attached to barlines.  They should be
5 left of the staff, and be centered vertically with respect to the staff.  
6 They may be on normal staves, but also on compound staves, like the 
7 PianoStaff.
8 "
9 }
10
11         
12
13
14 \score {
15
16   \notes \context PianoStaff <<
17     \context Staff = treble    {
18       \set PianoStaff.instrument = "Piano "
19       \set Staff.instrument = "Right " { c''4 }}
20     \context Staff = bass { \set Staff.instrument = "Left " \clef bass c4 }>>
21
22 \paper {
23 raggedright = ##t
24 }}
25
26