]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/vertically-centering-paired-figured-bass-extenders.ly
2b923de2de0d4d1d186265d64f2b608612d00f40
[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 = "chords, tweaks-and-overrides"
11
12 %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
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   texidoc = "
26 Where figured bass extender lines are being used by setting
27 @code{useBassFigureExtenders} to true, pairs of congruent figured bass
28 extender lines are vertically centered if
29 @code{figuredBassCenterContinuations} is set to true.
30
31 "
32   doctitle = "Vertically centering paired figured bass extenders"
33 } % begin verbatim
34
35
36 <<
37   \relative c' {
38     c8 c b b a a c16 c b b
39     c8 c b b a a c16 c b b
40     c8 c b b a a c c b b
41   }
42   \figures {
43     \set useBassFigureExtenders = ##t
44     <6+ 4 3>4 <6 4 3>8 r
45     <6+ 4 3>4 <6 4 3>8 <4 3+>16 r
46     \set figuredBassCenterContinuations = ##t
47     <6+ 4 3>4 <6 4 3>8 r
48     <6+ 4 3>4 <6 4 3>8 <4 3+>16 r
49     \set figuredBassCenterContinuations = ##f
50     <6+ 4 3>4 <6 4 3>8 r
51     <6+ 4 3>4 <6 4 3>8 <4 3+>8
52   }
53 >>
54