X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fhairpin-to-barline-mark.ly;h=96871debc5f0e733908a8eadb678529ac5f7acae;hb=d36171e34d236d890f5dc511b895037188c6c7cb;hp=488ae8bc80cdb1d1481bb6968a9937de3ac88070;hpb=3ee551fa4f2a2c3736a06f9f85f29b9f7bd89818;p=lilypond.git diff --git a/input/regression/hairpin-to-barline-mark.ly b/input/regression/hairpin-to-barline-mark.ly index 488ae8bc80..96871debc5 100644 --- a/input/regression/hairpin-to-barline-mark.ly +++ b/input/regression/hairpin-to-barline-mark.ly @@ -1,13 +1,13 @@ -\version "2.11.12" -\paper { ragged-right = ##t } +\version "2.19.21" + \header { - texidoc = "hairpinToBarline is not confused by very long marks." + texidoc = "'to-barline is not confused by very long marks." } -\new Staff \relative c' { - c1\< | +\new Staff \relative { + c'1\< \mark "Very long mark" - c4\> c c c\! | + c4\> c c c\! }