From: Han-Wen Nienhuys Date: Sat, 25 Aug 2007 23:13:35 +0000 (-0300) Subject: Add another trill spanner reg test. X-Git-Tag: release/2.11.31-1~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6c3819f6901841165b71e8bd2c68935c40968921;p=lilypond.git Add another trill spanner reg test. --- 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 } +