X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpaper-margins-line-width.ly;h=2a0fffc6c5cee607ed916edcd805b9aefc6a33d7;hb=b872748c6aa8bb721ced458691b38ac2fac5dfc8;hp=b741e6ee9617d8f5eb7c945a03c5f0c01cd84ffc;hpb=98ff0d93569a59412763835f250a559f414eef11;p=lilypond.git diff --git a/input/regression/paper-margins-line-width.ly b/input/regression/paper-margins-line-width.ly index b741e6ee96..2a0fffc6c5 100644 --- a/input/regression/paper-margins-line-width.ly +++ b/input/regression/paper-margins-line-width.ly @@ -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 } +}