X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fadding-a-figured-bass-above-or-below-the-notes.ly;h=0cff5d93e50da9f18fe45efc226061ee779cab77;hb=3eb1e37e2e0b3966142cd04b85e30ab882308612;hp=263c32da8b2e56a4065b3aad684c784135077b5c;hpb=5cfe4870e6871699219fa7a27a27d852d47bc54f;p=lilypond.git diff --git a/input/lsr/adding-a-figured-bass-above-or-below-the-notes.ly b/input/lsr/adding-a-figured-bass-above-or-below-the-notes.ly index 263c32da8b..0cff5d93e5 100644 --- a/input/lsr/adding-a-figured-bass-above-or-below-the-notes.ly +++ b/input/lsr/adding-a-figured-bass-above-or-below-the-notes.ly @@ -1,10 +1,11 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.62" +\version "2.13.1" \header { lsrtags = "chords, ancient-notation, contexts-and-engravers" +%% Translation of GIT committish: aea975539ec44fd0f1a8fd25930b88b5ab64b53a 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 @@ -15,11 +16,14 @@ dentro de un contexto @code{Staff}). Se puede elegir entre 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 +como queramos. Utilice @code{\\once \\override} si no quiere que el truco se aplique a toda la partitura. " doctitlees = "Añadir un bajo cifrado encima o debajo de las notas" + +%% Translation of GIT committish: 7eb450e8e6c935410b8f3212cb53e5a731f4f33f + 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 @@ -35,19 +39,27 @@ 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} + +bass = { + \clef bass + g4 b, c d + e d8 c d2 +} continuo = \figuremode { - < _ >4 < 6 >8 - \once \override Staff.BassFigureAlignmentPositioning #'direction = #CENTER - <5/> < _ >4 - \override Staff.BassFigureAlignmentPositioning #'direction = #UP - < _+ > < 6 > - \set Staff.useBassFigureExtenders = ##t - \override Staff.BassFigureAlignmentPositioning #'direction = #DOWN - < 4 >4. < 4 >8 < _+ >4 - } + <_>4 <6>8 + \once \override Staff.BassFigureAlignmentPositioning #'direction = #CENTER + <5/>8 <_>4 + \override Staff.BassFigureAlignmentPositioning #'direction = #UP + <_+>4 <6> + \set Staff.useBassFigureExtenders = ##t + \override Staff.BassFigureAlignmentPositioning #'direction = #DOWN + <4>4. <4>8 <_+>4 +} \score { - << \new Staff = bassStaff \bass - \context Staff = bassStaff \continuo >> + << + \new Staff = bassStaff \bass + \context Staff = bassStaff \continuo + >> } +