]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/paper-margins-line-width.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / paper-margins-line-width.ly
index bf6e14d7c8cbc51199519a00e069fd44c71d78b2..d32cbd5f507a203b8302bc9878260b0d22008432 100644 (file)
@@ -1,7 +1,7 @@
-\version "2.13.5"
+\version "2.16.0"
 
 \header {
-  texidoc = "If only line-width is given, systems are vertically centered."
+  texidoc = "If only line-width is given, systems are horizontally centered."
 }
 
 someNotes = \relative c' { \repeat unfold 40 { c4 d e f } }
@@ -10,4 +10,6 @@ someNotes = \relative c' { \repeat unfold 40 { c4 d e f } }
   line-width = 100 \mm
 }
 
-\score { \someNotes }
+\book {
+  \score { \someNotes }
+}