]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/changing-the-positions-of-figured-bass-alterations.ly
45a9ba3864a2d2e3d12b5472c23a32c3d041ec7c
[lilypond.git] / Documentation / snippets / changing-the-positions-of-figured-bass-alterations.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"
11
12 %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
13   texidoces = "
14 Las alteraciones y los signos «más» pueden aparecer antes o
15 después de los números, según el valor de las propiedades
16 @code{figuredBassAlterationDirection} y
17 @code{figuredBassPlusDirection}.
18
19 "
20   doctitlees = "Cambiar las posiciones de las alteraciones del bajo cifrado"
21
22
23 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
24   texidocde = "
25 Versetzungszeichen und Pluszeichen können vor oder nach den Ziffern erscheinen,
26 je nach den Einstellungen der @code{figuredBassAlterationDirection} und
27 @code{figuredBassPlusDirection}-Eigenschaften.
28
29 "
30   doctitlede = "Positionen von Generalbass-Alterationszeichen verändern"
31
32 %% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
33   texidocfr = "
34 On peut choisir d'imprimer les altérations et signes plus aussi bien
35 avant qu'après les chiffres, en réglant les propriétés
36 @code{figuredBassAlterationDirection} et
37 @code{figuredBassPlusDirection}.
38
39 "
40   doctitlefr = "Emplacement des altération en basse continue"
41
42   texidoc = "
43 Accidentals and plus signs can appear before or after the numbers,
44 depending on the @code{figuredBassAlterationDirection} and
45 @code{figuredBassPlusDirection} properties.
46
47 "
48   doctitle = "Changing the positions of figured bass alterations"
49 } % begin verbatim
50
51
52 \figures {
53   <6\+> <5+> <6 4-> r
54   \set figuredBassAlterationDirection = #RIGHT
55   <6\+> <5+> <6 4-> r
56   \set figuredBassPlusDirection = #RIGHT
57   <6\+> <5+> <6 4-> r
58   \set figuredBassAlterationDirection = #LEFT
59   <6\+> <5+> <6 4-> r
60 }
61