]> git.donarmstrong.com Git - lilypond.git/blob - input/test/rhythmic-staff.ly
update syntax in .ly files.
[lilypond.git] / input / test / rhythmic-staff.ly
1 \version "1.7.6"
2
3
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 %%