]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/fr/notation/ancient.itely
Issue 2760: CG wants all engravers to have double-quotes around them
[lilypond.git] / Documentation / fr / notation / ancient.itely
index f50530a47769e02dd85e96de90511e3d3e7d4540..3e174bdb7bdf6abd8daa4eea6adc7a47278f7215 100644 (file)
@@ -313,7 +313,7 @@ L'impression de guidons s'obtient en affectant, dans un bloc
   \layout {
     \context {
       \Staff
-      \consists Custos_engraver
+      \consists "Custos_engraver"
       \override Custos #'style = #'mensural
     }
   }
@@ -579,9 +579,9 @@ suivantes :
   indent = 0.0
   \context {
     \Staff
-    \remove Staff_symbol_engraver
-    \remove Clef_engraver
-    \remove Time_signature_engraver
+    \remove "Staff_symbol_engraver"
+    \remove "Clef_engraver"
+    \remove "Time_signature_engraver"
   }
 }
 {
@@ -968,8 +968,8 @@ remplacé, dans le contexte @code{Voice}, le
 \layout @{
   \context @{
     \Voice
-    \remove Ligature_bracket_engraver
-    \consists Mensural_ligature_engraver
+    \remove "Ligature_bracket_engraver"
+    \consists "Mensural_ligature_engraver"
   @}
 @}
 @end example
@@ -1021,8 +1021,8 @@ Par exemple,
   \layout {
     \context {
       \Voice
-      \remove Ligature_bracket_engraver
-      \consists Mensural_ligature_engraver
+      \remove "Ligature_bracket_engraver"
+      \consists "Mensural_ligature_engraver"
     }
   }
 }