]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-tie.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / quote-tie.ly
index 5f7a07525ed3753f529700326e1e84ab7de420b7..76eeefd0acdffb521af2665cee4cc3aa07f75b4a 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.9.7"
+\version "2.12.0"
 
 \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 } |