]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/paper-margins-line-width.ly
Doc-es: various updates.
[lilypond.git] / input / regression / paper-margins-line-width.ly
index b741e6ee9617d8f5eb7c945a03c5f0c01cd84ffc..2a0fffc6c5cee607ed916edcd805b9aefc6a33d7 100644 (file)
@@ -1,13 +1,15 @@
-\version "2.13.4"
+\version "2.19.21"
 
 \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 }}
+someNotes = \relative { \repeat unfold 40 { c'4 d e f } }
 
 \paper {
   line-width = 100 \mm
 }
 
-\score { \someNotes }
+\book {
+  \score { \someNotes }
+}