X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote-tie.ly;h=27982b12e0d84c1105f7d516f64483b92697fa5a;hb=9fa898402775060cc74c8d986263c5a2a59a707f;hp=76eeefd0acdffb521af2665cee4cc3aa07f75b4a;hpb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;p=lilypond.git diff --git a/input/regression/quote-tie.ly b/input/regression/quote-tie.ly index 76eeefd0ac..27982b12e0 100644 --- a/input/regression/quote-tie.ly +++ b/input/regression/quote-tie.ly @@ -1,19 +1,17 @@ -\version "2.12.0" +\version "2.19.2" \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 | + a1 ~ | 1 | a | } \addQuote "cueI" { \cueI } @@ -22,7 +20,7 @@ cueII = \relative c' { } \addQuote "cueII" { \cueII } -\new Staff { +\new Staff \new Voice { \cueDuring "cueI" #UP { R1 } | R1 \cueDuring "cueII" #UP { R1 } |