]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rhythmic-staff.ly
*** empty log message ***
[lilypond.git] / input / regression / rhythmic-staff.ly
1 \version "2.1.28"
2 \header
3 {
4
5     texidoc = "In rhythmic staves stems should go up, and bar lines have the size for a  5 line staff. The whole note hangs from the rhythmic staff."
6 }
7
8 \score { \notes \context RhythmicStaff
9   {
10              r4 c4. c8 r8 c8 | c2 r2 | r1
11   }
12 }
13