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