]> git.donarmstrong.com Git - lilypond.git/blob - input/test/rhythmic-staff.ly
release: 1.3.124
[lilypond.git] / input / test / rhythmic-staff.ly
1 \score{
2   \context RhythmicStaff {
3     \notes\relative c''{ 
4       \clef percussion;
5       \time 4/4; 
6       r4 r g2 | r4 g r2 | g1:32 | r1 |
7     }
8   }
9   \paper{
10     \translator{
11       \RhythmicStaffContext
12       \consists "Clef_engraver"; % Doesn't work!?
13     }
14   }
15 }