]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/changing-the-positions-of-figured-bass-alterations.ly
Docs: run convert-ly for 2.14.0.
[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   lsrtags = "chords"
11
12 %% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d
13   texidoces = "
14 Las alteraciones y los signos «más» pueden aparecer antes o
15 después de los números, según el valor de las propiedades
16 @code{figuredBassAlterationDirection} y
17 @code{figuredBassPlusDirection}.
18
19 "
20   doctitlees = "Cambiar las posiciones de las alteraciones del bajo cifrado"
21
22
23 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
24   texidocde = "
25 Versetzungszeichen und Pluszeichen können vor oder nach den Ziffern erscheinen,
26 je nach den Einstellungen der @code{figuredBassAlterationDirection} und
27 @code{figuredBassPlusDirection}-Eigenschaften.
28
29 "
30   doctitlede = "Positionen von Generalbass-Alterationszeichen verändern"
31
32   texidoc = "
33 Accidentals and plus signs can appear before or after the numbers,
34 depending on the @code{figuredBassAlterationDirection} and
35 @code{figuredBassPlusDirection} properties.
36
37 "
38   doctitle = "Changing the positions of figured bass alterations"
39 } % begin verbatim
40
41 \figures {
42   <6\+> <5+> <6 4-> r
43   \set figuredBassAlterationDirection = #RIGHT
44   <6\+> <5+> <6 4-> r
45   \set figuredBassPlusDirection = #RIGHT
46   <6\+> <5+> <6 4-> r
47   \set figuredBassAlterationDirection = #LEFT
48   <6\+> <5+> <6 4-> r
49 }
50