X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fhairpin-ending.ly;h=3c70b0733069208837226bb34bc89edd48a776e5;hb=13da8b27aabc5d5a752d00ed1e2b99ad20f0f264;hp=76a38860769998baf5675e432e85c042d43c0695;hpb=030669fe5c65fa743a14fa7cc0f795ee5ac14435;p=lilypond.git diff --git a/input/regression/hairpin-ending.ly b/input/regression/hairpin-ending.ly index 76a3886076..3c70b07330 100644 --- a/input/regression/hairpin-ending.ly +++ b/input/regression/hairpin-ending.ly @@ -1,16 +1,23 @@ -\version "1.7.18" + +\version "2.17.6" \header { -texidoc = "Hairpin dynamics start under notes if there are + texidoc = "Hairpin dynamics start under notes if there are no text-dynamics. If there are text dynamics, the hairpin does not run into them." } +\layout { ragged-right = ##t } -\score { -\notes \relative c'' { c4 \> c4 c4-\! c4_\ff \> c4 c4-\!-\p } -\paper { raggedright = ##t} +\relative c'' { + \override Score.PaperColumn.keep-inside-line = ##f + c4 \> c4 c4\! c4_\ff \> c4 c4\!\p + + << + { c\< c\! } + \lyrics { "a" loooong } + >> }