]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/changing-the-positions-of-figured-bass-alterations.ly
Doc-es: pre-merge update of texidoc committishes.
[lilypond.git] / input / lsr / changing-the-positions-of-figured-bass-alterations.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "chords"
7
8   texidoces = "
9 Las alteraciones y los signos «más» pueden aparecer antes o
10 después de los números, según el valor de las propiedades
11 @code{figuredBassAlterationDirection} y
12 @code{figuredBassPlusDirection}.
13
14 "
15   doctitlees = "Cambiar las posiciones de las alteraciones del bajo cifrado"
16
17 %% Translation of GIT committish: 33f623301a41fcc53efadf96bca1c72834763415
18   texidocde = "
19 Versetzungszeichen und Pluszeichen können vor oder nach den Ziffern erscheinen,
20 je nach den Einstellungen der @code{figuredBassAlterationDirection} und
21 @code{figuredBassPlusDirection}-Eigenschaften.
22
23 "
24   doctitlede = "Positionen von Generalbass-Alterationszeichen verändern"
25
26   texidoc = "
27 Accidentals and plus signs can appear before or after the numbers,
28 depending on the @code{figuredBassAlterationDirection} and
29 @code{figuredBassPlusDirection} properties.
30
31 "
32   doctitle = "Changing the positions of figured bass alterations"
33 } % begin verbatim
34
35 \figures {
36   <6\+> <5+> <6 4-> r
37   \set figuredBassAlterationDirection = #RIGHT
38   <6\+> <5+> <6 4-> r
39   \set figuredBassPlusDirection = #RIGHT
40   <6\+> <5+> <6 4-> r
41   \set figuredBassAlterationDirection = #LEFT
42   <6\+> <5+> <6 4-> r
43 }