]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/hu/learning/fundamental.itely
Imported Upstream version 2.16.1
[lilypond.git] / Documentation / hu / learning / fundamental.itely
index 14cb01a3b633b00b67758249609817fdce4d68d2..f467d1e696f5bf8483fc62a6b97c0de6bf227e97 100644 (file)
@@ -2128,7 +2128,7 @@ produced by the @code{Staff_symbol_engraver}.
 
 @lilypond[quote,verbatim,ragged-right]
 \new Staff \with {
-  \remove Staff_symbol_engraver
+  \remove "Staff_symbol_engraver"
 }
 \relative c' {
   c4
@@ -2159,7 +2159,7 @@ range from that voice only:
 @lilypond[quote,verbatim,ragged-right]
 \new Staff <<
   \new Voice \with {
-    \consists Ambitus_engraver
+    \consists "Ambitus_engraver"
   }
   \relative c'' {
     \voiceOne
@@ -2180,7 +2180,7 @@ the notes in all the voices on that staff:
 
 @lilypond[quote,verbatim,ragged-right]
 \new Staff \with {
-    \consists Ambitus_engraver
+    \consists "Ambitus_engraver"
   }
   <<
   \new Voice
@@ -2237,7 +2237,7 @@ staff in a four-staff score, we could write
   \layout {
     \context {
       \Staff
-      \consists Ambitus_engraver
+      \consists "Ambitus_engraver"
     }
   }
 }