]> git.donarmstrong.com Git - lilypond.git/blob - input/test/rhythmic-staff.ly
313e700e075e5e0151a591eb29262e7f43f7cf4b
[lilypond.git] / input / test / rhythmic-staff.ly
1
2 \score{
3   \context RhythmicStaff {
4     \notes\relative c''{ 
5       \property RhythmicStaff.clefGlyph = #"clefs-percussion"
6         \property RhythmicStaff.clefPosition = #0
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 }