]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/changing-the-positions-of-figured-bass-alterations.ly
Doc: run makelsr locally.
[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 %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
27   texidoces = "
28 Las alteraciones y los signos «más» pueden aparecer antes o
29 después de los números, según el valor de las propiedades
30 @code{figuredBassAlterationDirection} y
31 @code{figuredBassPlusDirection}.
32
33 "
34   doctitlees = "Cambiar las posiciones de las alteraciones del bajo cifrado"
35
36
37 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
38   texidocde = "
39 Versetzungszeichen und Pluszeichen können vor oder nach den Ziffern erscheinen,
40 je nach den Einstellungen der @code{figuredBassAlterationDirection} und
41 @code{figuredBassPlusDirection}-Eigenschaften.
42
43 "
44   doctitlede = "Positionen von Generalbass-Alterationszeichen verändern"
45
46   texidoc = "
47 Accidentals and plus signs can appear before or after the numbers,
48 depending on the @code{figuredBassAlterationDirection} and
49 @code{figuredBassPlusDirection} properties.
50
51 "
52   doctitle = "Changing the positions of figured bass alterations"
53 } % begin verbatim
54
55 \figures {
56   <6\+> <5+> <6 4-> r
57   \set figuredBassAlterationDirection = #RIGHT
58   <6\+> <5+> <6 4-> r
59   \set figuredBassPlusDirection = #RIGHT
60   <6\+> <5+> <6 4-> r
61   \set figuredBassAlterationDirection = #LEFT
62   <6\+> <5+> <6 4-> r
63 }
64