X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fadding-a-figured-bass-above-or-below-the-notes.ly;h=1fdbc0e7705224fb9876f40f4d7e6e4f1f9ecca9;hb=d251be5cf511690e874a0ed01bdde6b7f559423b;hp=c80acd4ce39eaa828ae080e502504a4c02678905;hpb=d65a3a9777a9e96029f6aa408d86d13a88f6619d;p=lilypond.git diff --git a/Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly b/Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly index c80acd4ce3..1fdbc0e770 100644 --- a/Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly +++ b/Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly @@ -1,24 +1,27 @@ -%% Do not edit this file; it is automatically +%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.unimi.it +%% Make any changes in LSR itself, or in Documentation/snippets/new/ , +%% and then run scripts/auxiliar/makelsr.py +%% %% This file is in the public domain. -\version "2.13.31" +\version "2.14.2" \header { - lsrtags = "chords, ancient-notation, contexts-and-engravers" + lsrtags = "ancient-notation, contexts-and-engravers, chords" -%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b +%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 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 @w{@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" @@ -28,33 +31,34 @@ truco se aplique a toda la partitura. 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" } % begin verbatim + bass = { \clef bass g4 b, c d e d8 c d2 } continuo = \figuremode { - <_>4 <6>8 - \once \override Staff.BassFigureAlignmentPositioning #'direction = #CENTER - <5/>8 <_>4 + <_>4 <6>4 <5/>4 \override Staff.BassFigureAlignmentPositioning #'direction = #UP - <_+>4 <6> + %\bassFigureStaffAlignmentUp + < _+ >4 <6> \set Staff.useBassFigureExtenders = ##t \override Staff.BassFigureAlignmentPositioning #'direction = #DOWN + %\bassFigureStaffAlignmentDown <4>4. <4>8 <_+>4 } \score {