]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/staff-halfway.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / staff-halfway.ly
index 0d7392672ae109f88c7e5b355325ffd8bcbd7541..41bbe841704ee0f7a942b08c6391b2c672bcca7c 100644 (file)
@@ -2,14 +2,14 @@
   texidoc = "Staves can be started and stopped at command. "
 }
 
-\version "2.7.13"
+\version "2.19.21"
 
 \paper {
-  raggedright = ##t
+  ragged-right = ##t
 }
 
-\relative c'' {
-  b b \stopStaff b b \startStaff
+\relative {
+  b' b \stopStaff b b \startStaff
   \clef bass
   c,, c
 }