]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/staff-halfway.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / staff-halfway.ly
1
2 \header { texidoc = " Staves starting and ending halfway include clefs
3     and bar lines.  " }
4
5 \version "2.3.22"
6
7 \score {
8     \new StaffGroup  \relative c''  <<
9         \new Staff { c4  c c c \bar "||" c c c c }
10         { \skip 4 \new Staff { c c c } }
11     >>
12         \layout {}             
13          }