]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rhythmic-staff.ly
55b7b64eb7d73401a2ea3750134b553d7a258f57
[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 }