]> git.donarmstrong.com Git - lilypond.git/blob - input/test/rhythmic-staff.ly
release: 1.1.62
[lilypond.git] / input / test / rhythmic-staff.ly
1 \score{
2   \context RhythmicStaff {
3     \notes\relative c''{ 
4       \time 4/4; 
5       r4 r g2 | r4 g r2 | g1:32 | r1 |
6     }
7   }
8 }