From 70138805566440961308bfbe835d818b8a7ee65d Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 24 Jan 2007 16:53:04 +0100 Subject: [PATCH] add test for dynamic text padding. --- .../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