]> git.donarmstrong.com Git - lilypond.git/commitdiff
Merge branch 'master' into lilypond/translation
authorFrancisco Vila <francisco.vila@hispalinux.es>
Sat, 1 May 2010 14:53:56 +0000 (16:53 +0200)
committerFrancisco Vila <francisco.vila@hispalinux.es>
Sat, 1 May 2010 14:53:56 +0000 (16:53 +0200)
1  2 
Documentation/es/usage/lilypond-book.itely

index eb0c8127ceb8f0d1e526cab97de5570b7142268f,2eb1a365c737de8243332374d120a7c7bcb5e635..0b3af4223c85ba92d2b76c39ee3452105bc287d9
@@@ -1,7 -1,7 +1,7 @@@
  @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
  
  @ignore
 -    Translation of GIT committish: 7b76aa0ec445a5c97f3e41101ba7a434abf3ab0f
 +    Translation of GIT committish: 4c8bedcc234393e8ca02726bf677de707858261b
  
      When revising a translation, copy the HEAD committish of the
      version that you are working on.  For details, see the Contributors'
@@@ -97,7 -97,7 +97,7 @@@ música y texto. Por ejemplo
  
  Las opciones se escriben entre corchetes.
  
- \begin[fragment,quote,staffsize=26,verbatim]{lilypond}
+ \begin{lilypond}[fragment,quote,staffsize=26,verbatim]
    c'4 f16
  \end{lilypond}
  
@@@ -201,7 -201,7 +201,7 @@@ breve a @LaTeX{}) para ver una panorám
  La música se introduce usando
  
  @example
- \begin[las,opciones,van,aquí]@{lilypond@}
+ \begin@{lilypond@}[las,opciones,van,aquí]
    EL CÓDIGO DE LILYPOND
  \end@{lilypond@}
  @end example
@@@ -229,7 -229,7 +229,7 @@@ que se puede procesar posteriormente co
  A continuación mostramos algunos ejemplos.  El entorno @code{lilypond}
  
  @example
- \begin[quote,fragment,staffsize=26]@{lilypond@}
+ \begin@{lilypond@}[quote,fragment,staffsize=26]
    c' d' e' f' g'2 g'2
  \end@{lilypond@}
  @end example
@@@ -1079,7 -1079,7 +1079,7 @@@ Texto normal en LaTeX
  
  Más texto en LaTeX, y las opciones dentro de los corchetes.
  
- \begin[fragment,relative=2,quote,staffsize=26,verbatim]@{lilypond@}
+ \begin@{lilypond@}[fragment,relative=2,quote,staffsize=26,verbatim]
  d4 c b a
  \end@{lilypond@}
  \end@{document@}
@@@ -1098,7 -1098,7 +1098,7 @@@ todo el presente manual está escrito e
  Texto en Texinfo
  
  @@lilypond
 -\relative @{
 +\relative c' @{
    a4 b c d
  @}
  @@end lilypond