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