]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/it/usage/lilypond-book.itely
Issue 2760: CG wants all engravers to have double-quotes around them
[lilypond.git] / Documentation / it / usage / lilypond-book.itely
index bd9450a896d5125e0304b294121f8bb43a57be33..6588cf610270bee583153385c17a50e1cb70f3d8 100644 (file)
@@ -632,8 +632,8 @@ e con la seguente struttura:
   <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>