]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-tie.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / quote-tie.ly
index e003ffbdcea45062f68cb098abf191f71c472e82..27982b12e0d84c1105f7d516f64483b92697fa5a 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.2"
 
 \header {
   texidoc = "Voices from different cues must not be tied together.  In
@@ -11,7 +11,7 @@ since only one @code{CueVoice} context is created
 }
 
 cueI = \relative c'' {
-  a1 ~ | a | a |
+  a1 ~ | 1 | a |
 }
 \addQuote "cueI" { \cueI }