]> git.donarmstrong.com Git - lilypond.git/commitdiff
addQuote -> addquote release/2.10.10-1
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 8 Jan 2007 13:20:13 +0000 (14:20 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 8 Jan 2007 13:20:13 +0000 (14:20 +0100)
input/regression/quote-tuplet-end.ly

index cc9543bbbaec4dc8239ca6a5906b5f188dfeb2cf..dfade558eee89a0f243826ee6bc425a2e724b40e 100644 (file)
@@ -1,13 +1,13 @@
 \header
 {
-  texidoc  ="Tuplet bracket ends properly when quoting."
+  texidoc "Tuplet bracket ends properly when quoting."
 }
 
 \version "2.10.10"
 
 \paper { ragged-right = ##t }
 
-\addQuote x {
+\addquote x {
    \times 2/3 { a'8 a' a' } a'4 a'2 |
 }