]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/changing-the-positions-of-figured-bass-alterations.ly
Docs: update LSR
[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.4"
5
6 \header {
7   lsrtags = "chords"
8
9 %% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
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
20 %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
21   texidocde = "
22 Versetzungszeichen und Pluszeichen können vor oder nach den Ziffern erscheinen,
23 je nach den Einstellungen der @code{figuredBassAlterationDirection} und
24 @code{figuredBassPlusDirection}-Eigenschaften.
25
26 "
27   doctitlede = "Positionen von Generalbass-Alterationszeichen verändern"
28
29   texidoc = "
30 Accidentals and plus signs can appear before or after the numbers,
31 depending on the @code{figuredBassAlterationDirection} and
32 @code{figuredBassPlusDirection} properties.
33
34 "
35   doctitle = "Changing the positions of figured bass alterations"
36 } % begin verbatim
37
38 \figures {
39   <6\+> <5+> <6 4-> r
40   \set figuredBassAlterationDirection = #RIGHT
41   <6\+> <5+> <6 4-> r
42   \set figuredBassPlusDirection = #RIGHT
43   <6\+> <5+> <6 4-> r
44   \set figuredBassAlterationDirection = #LEFT
45   <6\+> <5+> <6 4-> r
46 }
47