]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/user/input.itely
Removed \bigger markup command (use \larger instead)
[lilypond.git] / Documentation / es / user / input.itely
index 5a78a4e9786b7121ffe2c9652894174796769313..aed4af225e6cadc3a3631dafbb74c328d253adf9 100644 (file)
@@ -7,7 +7,7 @@
     version that you are working on.  See TRANSLATION for details.
 @end ignore
 
-@c \version "2.11.57"
+@c \version "2.11.61"
 
 @node General input and output
 @chapter General input and output
@@ -225,7 +225,7 @@ del @code{\header}.
 }
 @end lilypond
 
-@funindex printallheaders
+@funindex print-all-headers
 @noindent
 Se puede cambiar este comportamiento (e imprimir todas las cabeceras
 cuando la cabecera @code{\header} está definida dentro del bloque
@@ -233,7 +233,7 @@ cuando la cabecera @code{\header} está definida dentro del bloque
 
 @example
 \paper@{
-  printallheaders=##t
+  print-all-headers = ##t
 @}
 @end example