]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-during.ly
Merge commit 'ce4b499'
[lilypond.git] / input / regression / quote-during.ly
index 4b2549ba00cebaefc77bf030977c313962efb22d..185dba65da56997f1cf9605627f0c64f79341dd3 100644 (file)
@@ -4,11 +4,11 @@
     texidoc = "With @code{\\cueDuring} and @code{\\quoteDuring},
 fragments of previously entered music may be
 quoted. @code{quotedEventTypes} will determines what things are
-quoted. In this example, a 16th rests is not quoted, since
+quoted. In this example, a 16th rest is not quoted, since
 @code{rest-event} is not in @code{quotedEventTypes}."
 
 }
-\version "2.10.0"
+\version "2.11.10"
 \layout {
     ragged-right = ##t
 }
@@ -16,7 +16,7 @@ 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 }
 
 <<