X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fhairpin-ending.ly;h=5ba41010bbaf9c7f2867a7f6c571ca566ec8ff59;hb=679bd1056a71f376af7ee6975d6dc6784cfbafb0;hp=715f8f51d05a0697d4840c849422adf1304e9f19;hpb=d6ea2dbcdb39dd65c7fd423782fa31ccbdaf34a9;p=lilypond.git diff --git a/input/regression/hairpin-ending.ly b/input/regression/hairpin-ending.ly index 715f8f51d0..5ba41010bb 100644 --- a/input/regression/hairpin-ending.ly +++ b/input/regression/hairpin-ending.ly @@ -1,17 +1,22 @@ -\version "1.9.1" +\version "2.10.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 } + >> }