From 6c3819f6901841165b71e8bd2c68935c40968921 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 25 Aug 2007 20:13:35 -0300 Subject: [PATCH] Add another trill spanner reg test. --- input/regression/trill-spanner-grace.ly | 12 ++++++++++++ input/regression/trill-spanner.ly | 18 ++++++++++-------- 2 files changed, 22 insertions(+), 8 deletions(-) create mode 100644 input/regression/trill-spanner-grace.ly diff --git a/input/regression/trill-spanner-grace.ly b/input/regression/trill-spanner-grace.ly new file mode 100644 index 0000000000..f7b3b59a12 --- /dev/null +++ b/input/regression/trill-spanner-grace.ly @@ -0,0 +1,12 @@ +\header { + texidoc = "Trill spanner can end on a grace note" +} + +\version "2.10.0" +\layout { + ragged-right = ##T +} +\relative \new Voice { + << { c1 \startTrillSpan } + { s2. \grace { d16[\stopTrillSpan e] } } >> + c4 } diff --git a/input/regression/trill-spanner.ly b/input/regression/trill-spanner.ly index 52fcbfad62..40ca514768 100644 --- a/input/regression/trill-spanner.ly +++ b/input/regression/trill-spanner.ly @@ -1,12 +1,14 @@ + \header { - texidoc = "Trill spanner" + texidoc = "The trill symbol and the wavy line are neatly aligned: +the wavy line should appear to come from the crook of the r" + } -\version "2.10.0" -\layout { - ragged-right = ##T +\version "2.11.30" +\paper { ragged-right = ##t } +\relative c'' { + c1\startTrillSpan + c\stopTrillSpan } -\relative \new Voice { - << { c1 \startTrillSpan } - { s2. \grace { d16[\stopTrillSpan e] } } >> - c4 } + -- 2.39.2