]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly
Build: Use order-only prerequisites in lilypond-book chain rule.
[lilypond.git] / Documentation / snippets / adding-a-figured-bass-above-or-below-the-notes.ly
index 209ffa228d03b7f6eaeac0122050443a1fe29205..d5fa2f1c3de8f3f774af50c02b667ac1487ab9fd 100644 (file)
@@ -9,7 +9,7 @@
 \header {
   lsrtags = "chords, ancient-notation, contexts-and-engravers"
 
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
+%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
   texidoces = "
 
 Al escribir un bajo cifrado, podemos situar las cifras encima o debajo
@@ -17,7 +17,7 @@ de las notas del bajo, mediante la definiciĆ³n de la propiedad
 @code{BassFigureAlignmentPositioning #'direction} (exclusivamente
 dentro de un contexto @code{Staff}). Se puede elegir entre @code{#UP}
 (o @code{#1}, arriba), @code{#CENTER} (o @code{#0}, centrado) y
-@code{#DOWN} (o @code{#-1}, abajo).
+@code{#DOWN} (o @w{@code{#-1}}, abajo).
 
 Esta propiedad se puede cambiar tantas veces como queramos.  Utilice
 @code{\\once \\override} si no quiere que la sobreescritura se aplique
@@ -33,9 +33,9 @@ a toda la partitura.
   texidoc = "
 When writing a figured bass, you can place the figures above or below
 the bass notes, by defining the @code{BassFigureAlignmentPositioning
-#'direction} property (exclusively in a @code{Staff} context).  Choices
-are @code{UP} (or @code{1}), @code{CENTER} (or @code{0}) and
-@code{DOWN} (or @w{@code{-1}}).
+#'direction} property (exclusively in a @code{Staff} context). Choices
+are @code{#UP} (or @code{#1}), @code{#CENTER} (or @code{#0}) and
+@code{#DOWN} (or @code{#-1}).
 
 This property can be changed as many times as you wish. Use
 @code{\\once \\override} if you don't want the override to apply to the