]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/learning/fundamental.itely
Issue 2760: CG wants all engravers to have double-quotes around them
[lilypond.git] / Documentation / de / learning / fundamental.itely
index 414e5fa433d6063b372188b5a1c9c13ab0d77757..ae807fd5dfc00338e61c9e500515a22b4d2dd244 100644 (file)
@@ -2185,7 +2185,7 @@ erstellt werden.
 
 @lilypond[quote,verbatim,ragged-right]
 \new Staff \with {
-  \remove Staff_symbol_engraver
+  \remove "Staff_symbol_engraver"
 }
 \relative c' {
   c4 d
@@ -2221,7 +2221,7 @@ und zeigt ihn an:
 @lilypond[quote,verbatim,ragged-right]
 \new Staff <<
   \new Voice \with {
-    \consists Ambitus_engraver
+    \consists "Ambitus_engraver"
   } {
     \relative c'' {
       \voiceOne
@@ -2244,7 +2244,7 @@ Stimmen in diesem Notensystem errechnet:
 
 @lilypond[quote,verbatim,ragged-right]
 \new Staff \with {
-  \consists Ambitus_engraver
+  \consists "Ambitus_engraver"
 }
 <<
   \new Voice {
@@ -2305,7 +2305,7 @@ mit vier Systemen anzeigen wollen, könnte das so aussehen:
   \layout {
     \context {
       \Staff
-      \consists Ambitus_engraver
+      \consists "Ambitus_engraver"
     }
   }
 }