]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/learning/fundamental.itely
Issue 2760: CG wants all engravers to have double-quotes around them
[lilypond.git] / Documentation / es / learning / fundamental.itely
index 8cb574ca7bed4c1acc724b23186a7e1835431345..c657ead6d352ec89ad338b01a78347e53a9696db 100644 (file)
@@ -2087,7 +2087,7 @@ pentagrama están dibujadas por el grabador
 
 @lilypond[quote,verbatim,ragged-right]
 \new Staff \with {
-  \remove Staff_symbol_engraver
+  \remove "Staff_symbol_engraver"
 }
 \relative c' {
   c4 d
@@ -2118,7 +2118,7 @@ partir de esa única voz:
 @lilypond[quote,verbatim,ragged-right]
 \new Staff <<
   \new Voice \with {
-    \consists Ambitus_engraver
+    \consists "Ambitus_engraver"
   } {
     \relative c'' {
       \voiceOne
@@ -2141,7 +2141,7 @@ pentagrama:
 
 @lilypond[quote,verbatim,ragged-right]
 \new Staff \with {
-  \consists Ambitus_engraver
+  \consists "Ambitus_engraver"
 }
 <<
   \new Voice {
@@ -2201,7 +2201,7 @@ podemos escribir
   \layout {
     \context {
       \Staff
-      \consists Ambitus_engraver
+      \consists "Ambitus_engraver"
     }
   }
 }