]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/bookpart-variable.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / bookpart-variable.ly
index 204b98802ea37930fbfe094381b2ddb33ba1429c..d693aa52ff6267efd26703fefa8de76d79c3d438 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 
 
 \header {
@@ -9,8 +9,8 @@ No segfault should occur in this case.
 }
 
 mypart = \bookpart {
-  \relative c' {
-    c1
+  \relative {
+    c'1
   }
 }