]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rhythmic-staff.ly
2002-07-17 Han-Wen <hanwen@cs.uu.nl>
[lilypond.git] / input / regression / rhythmic-staff.ly
1 \header
2 {
3
4     texidoc = "In rhythmic staffs, stems should go up, and bar lines have the size for a  5 line staff. The whole note hangs from the rhythmic staff."
5 }
6
7 \score { \notes \context RhythmicStaff
8   {
9              r4 c4. c8 r8 c8 | c2 r2 | r1
10   }
11 }