]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/usage/lilypond-book.itely
Issue 2760: CG wants all engravers to have double-quotes around them
[lilypond.git] / Documentation / usage / lilypond-book.itely
index 6d497015fcc81a2f73bcc5aece2f7354498a002d..5225b67d5cea5ac9170749a13486479bbd63bbe1 100644 (file)
@@ -617,8 +617,8 @@ structure:
   <textobject>
     <programlisting language="lilypond" role="fragment verbatim staffsize=16 ragged-right relative=2">
 \context Staff \with @{
-  \remove Time_signature_engraver
-  \remove Clef_engraver@}
+  \remove "Time_signature_engraver"
+  \remove "Clef_engraver"@}
   @{ c4( fis) @}
     </programlisting>
   </textobject>