X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fhairpin-ending.ly;h=9004508262a0bf9e4bd11b553ff5b836ca4791b8;hb=114add97aa5136c4a3d83437fc064706d569712a;hp=b9e8fc7c7da7c03b3ca0d22f9e34c69ca1926d8c;hpb=e9bd265943d37689b1a6892217cb6f67bbe69f73;p=lilypond.git diff --git a/input/regression/hairpin-ending.ly b/input/regression/hairpin-ending.ly index b9e8fc7c7d..9004508262 100644 --- a/input/regression/hairpin-ending.ly +++ b/input/regression/hairpin-ending.ly @@ -1,17 +1,22 @@ -#(ly:set-option 'old-relative) -\version "1.9.1" + +\version "2.11.51" \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'' { + c4 \> c4 c4\! c4_\ff \> c4 c4\!\p + + << + { c\< c\! } + \lyrics { "a" loooong } + >> }