X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fpage-break-between-scores.ly;h=9ec2278784403d55f0d005ee25657e2f69a8027c;hb=9551796a06445e9570d5481a73aff11f1d259568;hp=b295aff426e128a91ebfb2043ebf2af17f01a96a;hpb=c4e15cb458d9c6ec7c8168716803b8ec5873eddf;p=lilypond.git diff --git a/input/regression/page-break-between-scores.ly b/input/regression/page-break-between-scores.ly index b295aff426..9ec2278784 100644 --- a/input/regression/page-break-between-scores.ly +++ b/input/regression/page-break-between-scores.ly @@ -1,7 +1,8 @@ -\version "2.11.19" +\version "2.12.0" \header { - texidoc = "Page breaks work when they are placed at the end of a score." + texidoc = "Page breaks work when they are placed at the end of a score, +or between scores." } #(set-default-paper-size "a6") @@ -12,4 +13,8 @@ \score { {a b c' d'} } -} \ No newline at end of file + \pageBreak + \score { + {a b c' d'} + } +}