]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/vertically-centering-paired-figured-bass-extenders.ly
a8912c77481afa7b56c397898b5f3eec9018def2
[lilypond.git] / Documentation / snippets / vertically-centering-paired-figured-bass-extenders.ly
1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4 %% and then run scripts/auxiliar/makelsr.py
5 %%
6 %% This file is in the public domain.
7 \version "2.14.2"
8
9 \header {
10   lsrtags = "tweaks-and-overrides, chords"
11
12 %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
13   texidoces = "
14 Allí donde se utilicen líneas extensoras para el bajo cifrado mediante
15 el establecimiento de @code{useBassFigureExtenders} al valor
16 verdadero, las parejas de líneas extensoras congruentes se centran
17 verticalmente si el valor de @code{figuredBassCenterContinuations}
18 tiene el valor verdadero.
19
20 "
21   doctitlees = "Centrado vertical de las líneas de bajo cifrado emparejadas"
22
23
24
25 %% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f
26   texidocfr = "
27 L'activation de la propriété @code{useBassFigureExtenders} permet
28 d'afficher des lignes de prolongation pour les chiffres qui se répètent.
29 Deux chiffres prolongés sur la même durée se verront affublés d'un
30 unique prolongateur, verticalement centré entre eux, dès lors que la
31 propriété @code{figuredBassCenterContinuations} aura elle aussi été
32 activée.
33
34 "
35   doctitlefr = "Prolongateur commun de basse figurée"
36
37   texidoc = "
38 Where figured bass extender lines are being used by setting
39 @code{useBassFigureExtenders} to true, pairs of congruent figured bass
40 extender lines are vertically centered if
41 @code{figuredBassCenterContinuations} is set to true.
42
43 "
44   doctitle = "Vertically centering paired figured bass extenders"
45 } % begin verbatim
46
47
48 <<
49   \relative c' {
50     c8 c b b a a c16 c b b
51     c8 c b b a a c16 c b b
52     c8 c b b a a c c b b
53   }
54   \figures {
55     \set useBassFigureExtenders = ##t
56     <6+ 4 3>4 <6 4 3>8 r
57     <6+ 4 3>4 <6 4 3>8 <4 3+>16 r
58     \set figuredBassCenterContinuations = ##t
59     <6+ 4 3>4 <6 4 3>8 r
60     <6+ 4 3>4 <6 4 3>8 <4 3+>16 r
61     \set figuredBassCenterContinuations = ##f
62     <6+ 4 3>4 <6 4 3>8 r
63     <6+ 4 3>4 <6 4 3>8 <4 3+>8
64   }
65 >>
66