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