]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/changing-the-positions-of-figured-bass-alterations.ly
Change stringTunings from list of semitones to list of pitches
[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.39"
5
6 \header {
7   lsrtags = "chords"
8
9 %% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
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: 0a868be38a775ecb1ef935b079000cebbc64de40
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