]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/vertically-centering-paired-figured-bass-extenders.ly
Imported Upstream version 2.14.2
[lilypond.git] / Documentation / snippets / vertically-centering-paired-figured-bass-extenders.ly
diff --git a/Documentation/snippets/vertically-centering-paired-figured-bass-extenders.ly b/Documentation/snippets/vertically-centering-paired-figured-bass-extenders.ly
new file mode 100644 (file)
index 0000000..5b0b75e
--- /dev/null
@@ -0,0 +1,53 @@
+%% 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.14.0"
+
+\header {
+  lsrtags = "chords, tweaks-and-overrides"
+
+%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
+  texidoces = "
+Allí donde se utilicen líneas extensoras para el bajo cifrado mediante
+el establecimiento de @code{useBassFigureExtenders} al valor
+verdadero, las parejas de líneas extensoras congruentes se centran
+verticalmente si el valor de @code{figuredBassCenterContinuations}
+tiene el valor verdadero.
+
+"
+  doctitlees = "Centrado vertical de las líneas de bajo cifrado emparejadas"
+
+
+
+  texidoc = "
+Where figured bass extender lines are being used by setting
+@code{useBassFigureExtenders} to true, pairs of congruent figured bass
+extender lines are vertically centered if
+@code{figuredBassCenterContinuations} is set to true.
+
+"
+  doctitle = "Vertically centering paired figured bass extenders"
+} % begin verbatim
+
+<<
+  \relative c' {
+    c8 c b b a a c16 c b b
+    c8 c b b a a c16 c b b
+    c8 c b b a a c c b b
+  }
+  \figures {
+    \set useBassFigureExtenders = ##t
+    <6+ 4 3>4 <6 4 3>8 r
+    <6+ 4 3>4 <6 4 3>8 <4 3+>16 r
+    \set figuredBassCenterContinuations = ##t
+    <6+ 4 3>4 <6 4 3>8 r
+    <6+ 4 3>4 <6 4 3>8 <4 3+>16 r
+    \set figuredBassCenterContinuations = ##f
+    <6+ 4 3>4 <6 4 3>8 r
+    <6+ 4 3>4 <6 4 3>8 <4 3+>8
+  }
+>>
+