]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/staff-halfway.ly
release commit
[lilypond.git] / input / regression / staff-halfway.ly
1 \header {
2   texidoc = "Staves can be started and stopped at command. "
3 }
4
5 \version "2.8.0"
6
7 \paper {
8   ragged-right = ##t
9 }
10
11 \relative c'' {
12   b b \stopStaff b b \startStaff
13   \clef bass
14   c,, c
15 }