]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/paper-margins-line-width.ly
Issue 1388: Initial work to support opentype font features.
[lilypond.git] / input / regression / paper-margins-line-width.ly
index bf6e14d7c8cbc51199519a00e069fd44c71d78b2..2a0fffc6c5cee607ed916edcd805b9aefc6a33d7 100644 (file)
@@ -1,13 +1,15 @@
-\version "2.13.5"
+\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 }
+}