]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/changing-the-positions-of-figured-bass-alterations.ly
Merge master into nested-bookparts
[lilypond.git] / input / lsr / 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.11.62"
4
5 \header {
6   lsrtags = "chords"
7
8   texidoces = "
9 Las alteraciones y los signos «más» pueden aparecer antes o
10 después de los números, según el valor de las propiedades
11 @code{figuredBassAlterationDirection} y
12 @code{figuredBassPlusDirection}.
13
14 "
15   doctitlees = "Cambiar las posiciones de las alteraciones del bajo cifrado"
16
17   texidoc = "
18 Accidentals and plus signs can appear before or after the numbers,
19 depending on the @code{figuredBassAlterationDirection} and
20 @code{figuredBassPlusDirection} properties.
21
22 "
23   doctitle = "Changing the positions of figured bass alterations"
24 } % begin verbatim
25 \figures {
26   <6\+> <5+> <6 4-> r
27   \set figuredBassAlterationDirection = #RIGHT
28   <6\+> <5+> <6 4-> r
29   \set figuredBassPlusDirection = #RIGHT
30   <6\+> <5+> <6 4-> r
31   \set figuredBassAlterationDirection = #LEFT
32   <6\+> <5+> <6 4-> r
33 }