X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fhairpin-to-barline.ly;h=00d6c648ae3da11b243a25964d8a47b25cd9bca4;hb=2055f35c47a045a50a01ff4dba8524322cfc3b48;hp=e5c450a3c2c98810f865831da4fa85877b347025;hpb=0c289671d105bea58592607cb508aef59aee882b;p=lilypond.git diff --git a/input/regression/hairpin-to-barline.ly b/input/regression/hairpin-to-barline.ly index e5c450a3c2..00d6c648ae 100644 --- a/input/regression/hairpin-to-barline.ly +++ b/input/regression/hairpin-to-barline.ly @@ -1,18 +1,13 @@ \header { - texidoc = "By setting @code{hairpinToBarline}, hairpins will stop at -the barline preceding the ending note." + texidoc = "Hairpins whose end note is preceded by a bar line +should end at that bar line. " } -\version "2.10.0" - -\paper { - ragged-right = ##t -} +\version "2.14.0" \relative c'' { - \set hairpinToBarline = ##t \override Hairpin #'bound-padding = #1.0 c4\< c2. c4\! }