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