]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rhythmic-staff.ly
MusicXML: src-dir rather than srcdir.
[lilypond.git] / input / regression / rhythmic-staff.ly
1 \version "2.11.51"
2 \header
3 {
4
5     texidoc = "In rhythmic staves stems should go up, and bar lines
6 have the size for a 5 line staff. The whole rest hangs from the
7 rhythmic staff."  }
8
9 \layout { ragged-right = ##t }
10
11 \context RhythmicStaff
12 {
13     r4 c4. c8 r8 c8 | c2 r2 | r1
14 }
15