From cb83ed95e7d64bfe4e454b0d103442759110209c Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 24 Jan 2007 16:51:46 +0100 Subject: [PATCH] Test broken cresc- - - distance. --- .../dynamics-text-spanner-padding.ly | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 input/regression/dynamics-text-spanner-padding.ly 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 +} +} + -- 2.39.5