]> git.donarmstrong.com Git - lilypond.git/blob - input/test/rhythmic-staff.ly
48e095e311bb1ac2cc8926b2fbbb82c5ac07b2a2
[lilypond.git] / input / test / rhythmic-staff.ly
1 \version "1.7.18"
2 % covered by refman, I think.  delete or regression.  -gp
3 \header { texidoc = ""}
4 \score{
5   \context RhythmicStaff {
6     \notes\relative c''{ 
7       \clef "percussion"
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 }
19 %% new-chords-done %%