]> git.donarmstrong.com Git - lilypond.git/blob - input/test/staff-margin.ly
release: 1.1.43
[lilypond.git] / input / test / staff-margin.ly
1
2         
3 \version "1.0.19";
4
5 \score {
6
7   \notes \context PianoStaff <
8     \context Staff = treble    {
9       \property PianoStaff.instrument = "Piano "
10       \property Staff.instrument = "Right " { c''4 }}
11     \context Staff = bass { \property Staff.instrument = "Left " \clef bass; c4 }>
12
13 \paper {
14 \translator { \StaffContext \consists "Staff_margin_engraver"; }
15 \translator { \PianoStaffContext \consists "Staff_margin_engraver"; }
16 }}
17