X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fhairpin-barline-break.ly;fp=input%2Fregression%2Fhairpin-barline-break.ly;h=decd8f9c9d18ce6c0c329fa4d1b9d6688ebf12fb;hb=5b1f3adfe5e3561eaa0f9440e0697054084b7107;hp=3a94a5292b5bf37aafd71408931e4e46b53a91a2;hpb=0fef477419a8872759bfed4c1cf8e66f68db1104;p=lilypond.git diff --git a/input/regression/hairpin-barline-break.ly b/input/regression/hairpin-barline-break.ly index 3a94a5292b..decd8f9c9d 100644 --- a/input/regression/hairpin-barline-break.ly +++ b/input/regression/hairpin-barline-break.ly @@ -1,14 +1,22 @@ \header { - texidoc = "If a hairpin ends on the first note of a new stave, we + texidoc = "If a hairpin ends on the first note of a new staff, we do not print that ending. But on the previous line, this hairpin should not be left open, and should end at the bar line. " } \version "2.16.0" +\layout { + line-width = 4.\cm +} + \relative c' { c1\> \break c1\! + \override Hairpin #'to-barline = ##f + c1\> + \break + c1\! }