]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/notation/changing-defaults.itely
Merge branch 'lilypond/translation'
[lilypond.git] / Documentation / es / notation / changing-defaults.itely
index f53bf6227b827c98dd9a47b0b23c2b5222b79eac..9660880cfb65b05d6572efb871b9caa387a8d97a 100644 (file)
@@ -850,7 +850,6 @@ Las notas parecen barras inclinadas y no tienen plica:
 \override NoteHead #'style = #'slash
 \override Stem #'transparent = ##t
 \override Flag #'transparent = ##t
-\override Flag #'transparent = ##t
 @end example
 
 Todos estos aƱadidos tienen que cooperar, y esto se consigue con un
@@ -874,7 +873,6 @@ Al juntarlo todo, obtenemos
   \override NoteHead #'style = #'slash
   \override Stem #'transparent = ##t
   \override Flag #'transparent = ##t
-  \override Flag #'transparent = ##t
   \alias Voice
 @}
 @end example