X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fquote-tie.ly;h=862dfa6204aa6c1475e022f4a442494d1b3eee89;hb=3c0f38115857598db730782b1d2ff0a19fd833af;hp=05f9b43a3c2583178d29fb494e59c71b90713b71;hpb=2f320e9722ec20d6f13ec567d007763cc912c5da;p=lilypond.git diff --git a/input/regression/quote-tie.ly b/input/regression/quote-tie.ly index 05f9b43a3c..862dfa6204 100644 --- a/input/regression/quote-tie.ly +++ b/input/regression/quote-tie.ly @@ -1,4 +1,4 @@ -\version "2.14.0" +\version "2.19.21" \header { texidoc = "Voices from different cues must not be tied together. In @@ -10,13 +10,13 @@ since only one @code{CueVoice} context is created " } -cueI = \relative c'' { - a1 ~ | a | a | +cueI = \relative { + a'1 ~ | 1 | a | } \addQuote "cueI" { \cueI } -cueII = \relative c' { - R1 | e | a | +cueII = \relative { + R1 | e' | a | } \addQuote "cueII" { \cueII }