From: Han-Wen Nienhuys Date: Wed, 24 Jan 2007 15:51:46 +0000 (+0100) Subject: Test broken cresc- - - distance. X-Git-Tag: release/2.11.14-1~30 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cb83ed95e7d64bfe4e454b0d103442759110209c;p=lilypond.git Test broken cresc- - - distance. --- diff --git a/input/regression/dynamics-text-spanner-padding.ly b/input/regression/dynamics-text-spanner-padding.ly new file mode 100644 index 0000000000..8fc4e8708d --- /dev/null +++ b/input/regression/dynamics-text-spanner-padding.ly @@ -0,0 +1,20 @@ + +\header { + + texidoc = "The 2nd half of the cresc. stays at a reasonable distance +from the notes. " + +} +\version "2.10.13" + +\layout { + indent = 0.0\mm + line-width = 70.0\mm + +\relative c' { + \setTextCresc + c\< c c c | \break + c c\! c c +} +} +