]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/notation/pitches.itely
Doc-es: fix another xref.
[lilypond.git] / Documentation / es / notation / pitches.itely
index 16a4b1434f1037f2ea55ba450cce2526cb7790b5..1b3233ea83d5a9fde62abd1831bbd45b7a7b3710 100644 (file)
@@ -1,13 +1,13 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
 @ignore
-    Translation of GIT committish: e061d65d89f0b0e48edbfc4e9674703cc05eeea1
+    Translation of GIT committish: 35d565c89b853ed87b1bb2feb59f6ce8bef6263b
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  For details, see the Contributors'
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.15.20"
+@c \version "2.16.0"
 
 
 @node Alturas
@@ -913,7 +913,7 @@ pivote de la escala.  También se puede revertir para producir una
 @warning{Cualquier nota que no entre en la escada dada, se dejará sin
 transformar.}
 
-@subsubheading Transposición modal
+@subsubsubheading Transposición modal
 
 @cindex transporte
 @cindex transporte modal
@@ -972,7 +972,7 @@ motif = \relative c' { c8 d e f g a b c }
 }
 @end lilypond
 
-@subsubheading Inversión modal
+@subsubsubheading Inversión modal
 
 @cindex modal, inversion
 @cindex inversión modal
@@ -2365,7 +2365,7 @@ automáticamente.  Las alteraciones se imprimen como en el estilo
 las notas sostenidas o bemoles especificadas por la armadura, excepto
 si la nota se repite inmediatamente.
 
-@lilypond[quote]
+@lilypond[quote,staffsize=18]
 musicA = {
   <<
     \relative c' {
@@ -2587,7 +2587,7 @@ cambie localmente el estilo de alteraciones a @code{forget}:
 @lilypond[verbatim,quote]
 forget = #(define-music-function (parser location music) (ly:music?) #{
   \accidentalStyle "forget"
-  $music
+  #music
   \accidentalStyle "modern"
 #})
 {