]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/staff-halfway.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / staff-halfway.ly
index 68e5e72beb922dfb06938637bbb241000a245940..41bbe841704ee0f7a942b08c6391b2c672bcca7c 100644 (file)
@@ -2,14 +2,14 @@
   texidoc = "Staves can be started and stopped at command. "
 }
 
-\version "2.16.0"
+\version "2.19.21"
 
 \paper {
   ragged-right = ##t
 }
 
-\relative c'' {
-  b b \stopStaff b b \startStaff
+\relative {
+  b' b \stopStaff b b \startStaff
   \clef bass
   c,, c
 }