X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote-tie.ly;h=862dfa6204aa6c1475e022f4a442494d1b3eee89;hb=b872748c6aa8bb721ced458691b38ac2fac5dfc8;hp=e9584de11435d395a2208747ddd2d3fc699cd273;hpb=0c289671d105bea58592607cb508aef59aee882b;p=lilypond.git diff --git a/input/regression/quote-tie.ly b/input/regression/quote-tie.ly index e9584de114..862dfa6204 100644 --- a/input/regression/quote-tie.ly +++ b/input/regression/quote-tie.ly @@ -1,28 +1,26 @@ -\version "2.10.0" +\version "2.19.21" \header { - - texidoc = " Voices from different cues must not be tied together. In -this example, the first note has a tie. This note should not be tied -to the 2nd note. " - -} - -\paper { - ragged-right = ##t + texidoc = "Voices from different cues must not be tied together. In +this example, the first note has a tie. This note should not be tied +to the second visible note (following the rest). +Note that this behavior will not hold for cues in direct succession, +since only one @code{CueVoice} context is created +(with @code{context-id} `cue'). +" } -cueI = \relative c'' { - a1 ~ | a | a | +cueI = \relative { + a'1 ~ | 1 | a | } -\addquote "cueI" { \cueI } +\addQuote "cueI" { \cueI } -cueII = \relative c' { - R1 | e | a | +cueII = \relative { + R1 | e' | a | } -\addquote "cueII" { \cueII } +\addQuote "cueII" { \cueII } -\new Staff { +\new Staff \new Voice { \cueDuring "cueI" #UP { R1 } | R1 \cueDuring "cueII" #UP { R1 } |