X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fhairpin-ending.ly;h=a5e33c426c7dcf941058ac1c078b4814cc0d823b;hb=c4f84c5da3265130a60010eed5f9d32d0bc5e6e2;hp=7c09f730726ec26ad8e304b2220737cc268fcabf;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/input/regression/hairpin-ending.ly b/input/regression/hairpin-ending.ly index 7c09f73072..a5e33c426c 100644 --- a/input/regression/hairpin-ending.ly +++ b/input/regression/hairpin-ending.ly @@ -1,17 +1,22 @@ -\version "2.1.28" +\version "2.12.0" \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 } + >> }