]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote.ly
Revert "Update version on input/regression/note-names.ly"
[lilypond.git] / input / regression / quote.ly
index 4c56a0a30e7c631961d5bb32df4ad6ab7e0f3572..759a3d0a4fcfb8ce751b4c1bc7e77fda8cba1f45 100644 (file)
@@ -3,11 +3,11 @@
 
     texidoc = "With @code{\\quote}, 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
+things are quoted. In this example, a 16th rest is not quoted, since
 @code{rest-event} is not in @code{quotedEventTypes}."
 
 }
-\version "2.9.13"
+\version "2.12.0"
 \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 }
 
 <<