X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fhairpin-barline-break.ly;h=3dffd61e5905539f8c4a8180df9071ffdab0425d;hb=e1081454de4c8167f3f010912de061822226f61d;hp=88973d0bee40ed073c1fba2fa53cd0ab73bd2f24;hpb=bb91de5b7f8c4f753452730101c2422946067cc3;p=lilypond.git diff --git a/input/regression/hairpin-barline-break.ly b/input/regression/hairpin-barline-break.ly index 88973d0bee..3dffd61e59 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.12.0" +\version "2.17.6" + +\layout { + line-width = 4.\cm +} \relative c' { c1\> \break c1\! + \override Hairpin.to-barline = ##f + c1\> + \break + c1\! }