]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-tie.ly
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / quote-tie.ly
index 5f7a07525ed3753f529700326e1e84ab7de420b7..50cb66e27589e1dcd1f5877d61bd10d0695b4e44 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.9.7"
+\version "2.11.10"
 
 \header {
 
@@ -15,12 +15,12 @@ to the 2nd note. "
 cueI = \relative c'' {
   a1 ~ | a | a |
 }
-\addquote "cueI" { \cueI }
+\addQuote "cueI" { \cueI }
 
 cueII = \relative c' {
   R1 | e | a |
 }
-\addquote "cueII" { \cueII }
+\addQuote "cueII" { \cueII }
 
 \new Staff {
   \cueDuring "cueI" #UP { R1 } |