]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-tie.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / quote-tie.ly
index 27982b12e0d84c1105f7d516f64483b92697fa5a..862dfa6204aa6c1475e022f4a442494d1b3eee89 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.19.2"
+\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 ~ | 1 | a |
+cueI = \relative {
+  a'1 ~ | 1 | a |
 }
 \addQuote "cueI" { \cueI }
 
-cueII = \relative c' {
-  R1 | e | a |
+cueII = \relative {
+  R1 | e' | a |
 }
 \addQuote "cueII" { \cueII }