X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote-tie.ly;h=862dfa6204aa6c1475e022f4a442494d1b3eee89;hb=7271ef0cd2204b490c64abc1f77dc2609d81451f;hp=e003ffbdcea45062f68cb098abf191f71c472e82;hpb=522f419e3ed3e09ecf834bbb5315ac1777ab13e0;p=lilypond.git diff --git a/input/regression/quote-tie.ly b/input/regression/quote-tie.ly index e003ffbdce..862dfa6204 100644 --- a/input/regression/quote-tie.ly +++ b/input/regression/quote-tie.ly @@ -1,4 +1,4 @@ -\version "2.16.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 }