]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-separator.ly
Web-ja: update introduction
[lilypond.git] / input / regression / system-separator.ly
index 4082b80a582d2fa9ef33d6cbab1a2796814fa47a..9b6e7456ad273c06f1cdfcd7ca55403a81b27967 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.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
 }