]> git.donarmstrong.com Git - lilypond.git/blob - input/test/staff-margin.ly
fbf54a16f416ee229a833b782ab86226f485d731
[lilypond.git] / input / test / staff-margin.ly
1
2         
3 \version "1.1.52";
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