]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote.ly
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / quote.ly
index 4d61ee608bad45bff62d905748239239c22df684..1f29585f3c06829f71ad84b682525c47e561c5e5 100644 (file)
@@ -7,7 +7,7 @@ things are quoted. In this example, a 16th rests is not quoted, since
 @code{rest-event} is not in @code{quotedEventTypes}."
 
 }
-\version "2.10.0"
+\version "2.11.10"
 \layout {
     ragged-right = ##t
 }
@@ -15,7 +15,7 @@ things are quoted. In this example, a 16th rests is not quoted, since
 
 quoteMe = \relative c' { fis4 r16  a8.-> b4-\ff c }
 
-\addquote quoteMe \quoteMe 
+\addQuote quoteMe \quoteMe 
 original = \relative c'' { c8 d s2 es8 gis8 }
 
 <<