X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fadding-a-figured-bass-above-or-below-the-notes.ly;h=6e15690aa868c29c56b33f398dcce1bfe282eb50;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=c814dec1d43948b6c7ba145b4a09d42b48b08855;hpb=f41973ff763d5972a85995b6d40c864281ec6714;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 c814dec1d4..6e15690aa8 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 @@ -4,31 +4,10 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.0" +\version "2.16.0" \header { - lsrtags = "chords, ancient-notation, contexts-and-engravers" - -%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c - texidoces = " - -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). - -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: 05624d5147843d2fcbd6e4e126f1fd43142ac6e5 - doctitlefr = "Ajout d'une basse chiffrée au-dessus ou au-dessous des notes" + lsrtags = "ancient-notation, chords, contexts-and-engravers" texidoc = " When writing a figured bass, you can place the figures above or below @@ -45,19 +24,20 @@ 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 { @@ -66,5 +46,3 @@ continuo = \figuremode { \context Staff = bassStaff \continuo >> } - -