]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-separator.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / system-separator.ly
index 52b4f398baa01bfe2bced75eb6be7249110a2a63..9b6e7456ad273c06f1cdfcd7ca55403a81b27967 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 
 \header {
   texidoc = "System separators may be defined as markups in the
@@ -10,8 +10,8 @@ centered between the boundary staves of each system."
   system-separator-markup = \slashSeparator
 }
 
-foobar = \relative c' {
-  c1 c \break
+foobar = \relative {
+  c'1 c \break
   c1 c \break
   c1 c
 }