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