]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly
Change stringTunings from list of semitones to list of pitches
[lilypond.git] / Documentation / snippets / adding-a-figured-bass-above-or-below-the-notes.ly
index ecee9d84212d21d712749825c1db7e7efccc4e51..b8e26011660aa20b9db17ee04b8d4ba56e53bfbf 100644 (file)
@@ -1,41 +1,42 @@
 %% Do not edit this file; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.10"
+\version "2.13.39"
 
 \header {
   lsrtags = "chords, ancient-notation, contexts-and-engravers"
 
-%% Translation of GIT committish: 45fc8488655f9ea122d1ec6e3328892618bd6971
+%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
   texidoces = "
-Al escribir un bajo cifrado, existe una forma de especificar si
-queremos que las cifras se sitúen encima o debajo de las notas del
-bajo, mediante la definición de la propiedad
+
+Al escribir un bajo cifrado, podemos situar las cifras encima o debajo
+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).
+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).
 
-Como podemos ver, esta propiedad se puede cambiar tantas veces
-como queramos.  Utilice @code{\\once \\override} si no quiere que el
-truco se aplique a toda la partitura.
+Esta propiedad se puede cambiar tantas veces como queramos.  Utilice
+@code{\\once \\override} si no quiere que la sobreescritura se aplique
+a toda la partitura.
 
 "
   doctitlees = "Añadir un bajo cifrado encima o debajo de las notas"
 
-%% Translation of GIT committish: 7eb450e8e6c935410b8f3212cb53e5a731f4f33f
+
+%% Translation of GIT committish: 05624d5147843d2fcbd6e4e126f1fd43142ac6e5
   doctitlefr = "Ajout d'une basse chiffrée au-dessus ou au-dessous des notes"
 
   texidoc = "
-When writing a figured bass, here's a way to specify if you want your
-figures to be placed 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 @code{#-1}).
+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 @code{#-1}).
 
-As you can see here, this property can be changed as many times as you
-wish. Use @code{\\once \\override} if you don't want the tweak to apply
-to the whole score.
+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
+whole score.
 
 "
   doctitle = "Adding a figured bass above or below the notes"