]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/instrument-name.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / regression / instrument-name.ly
1 \version "1.9.0"
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 wrt the staff.  They may
6 be on normal staves, but also on compound staves, like the PianoStaff.
7 "
8 }
9
10         
11
12
13 \score {
14
15   \notes \context PianoStaff <
16     \context Staff = treble    {
17       \property PianoStaff.instrument = "Piano "
18       \property Staff.instrument = "Right " { c''4 }}
19     \context Staff = bass { \property Staff.instrument = "Left " \clef bass c4 }>
20
21 \paper {
22 raggedright = ##t
23 }}
24
25