]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/paper-margins-line-width.ly
lilylib: handle encodings. Fixes #1073 and u#714213.
[lilypond.git] / input / regression / paper-margins-line-width.ly
index b741e6ee9617d8f5eb7c945a03c5f0c01cd84ffc..87a74a866adb7bfbb30eaedff4ea6cd924c64b2b 100644 (file)
@@ -1,13 +1,15 @@
-\version "2.13.4"
+\version "2.13.5"
 
 \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 c' { \repeat unfold 40 { c4 d e f } }
 
 \paper {
   line-width = 100 \mm
 }
 
-\score { \someNotes }
+\book {
+  \score { \someNotes }
+}