X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fpaper-margins-line-width.ly;h=d32cbd5f507a203b8302bc9878260b0d22008432;hb=7975e9693bbb16fd4417d7fd5017c0b31f2f2ad1;hp=bf6e14d7c8cbc51199519a00e069fd44c71d78b2;hpb=aa8523e4fa16352a1708065e447aac65426d82a4;p=lilypond.git diff --git a/input/regression/paper-margins-line-width.ly b/input/regression/paper-margins-line-width.ly index bf6e14d7c8..d32cbd5f50 100644 --- a/input/regression/paper-margins-line-width.ly +++ b/input/regression/paper-margins-line-width.ly @@ -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 } +}