]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ja/learning/fundamental.itely
Issue 2760: CG wants all engravers to have double-quotes around them
[lilypond.git] / Documentation / ja / learning / fundamental.itely
index b5c44fcbe38331c9874eed984d8777c9ecb9fb7b..f0d38bb7914c49a663fce8e23b317f7b484629f7 100644 (file)
@@ -2080,7 +2080,7 @@ like this:
 @c KEEP LY
 @lilypond[quote,verbatim,ragged-right]
 \new Staff \with {
-  \remove Staff_symbol_engraver
+  \remove "Staff_symbol_engraver"
 }
 \relative c' {
   c4 d
@@ -2113,7 +2113,7 @@ like this:
 @lilypond[quote,verbatim,ragged-right]
 \new Staff <<
   \new Voice \with {
-    \consists Ambitus_engraver
+    \consists "Ambitus_engraver"
   } {
     \relative c'' {
       \voiceOne
@@ -2135,7 +2135,7 @@ like this:
 
 @lilypond[quote,verbatim,ragged-right]
 \new Staff \with {
-  \consists Ambitus_engraver
+  \consists "Ambitus_engraver"
 }
 <<
   \new Voice {
@@ -2196,7 +2196,7 @@ like this:
   \layout {
     \context {
       \Staff
-      \consists Ambitus_engraver
+      \consists "Ambitus_engraver"
     }
   }
 }