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