X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote-tie.ly;h=05f9b43a3c2583178d29fb494e59c71b90713b71;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=50cb66e27589e1dcd1f5877d61bd10d0695b4e44;hpb=e42585017a01fd02f6353b994cf0c87b03a7bb2e;p=lilypond.git diff --git a/input/regression/quote-tie.ly b/input/regression/quote-tie.ly index 50cb66e275..05f9b43a3c 100644 --- a/input/regression/quote-tie.ly +++ b/input/regression/quote-tie.ly @@ -1,15 +1,13 @@ -\version "2.11.10" +\version "2.14.0" \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'' { @@ -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 } |