]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/changing-the-positions-of-figured-bass-alterations.ly
Merge remote-tracking branch 'origin/master' into translation
[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.di.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.18.0"
8
9 \header {
10   lsrtags = "chords"
11
12   texidoc = "
13 Accidentals and plus signs can appear before or after the numbers,
14 depending on the @code{figuredBassAlterationDirection} and
15 @code{figuredBassPlusDirection} properties.
16
17 "
18   doctitle = "Changing the positions of figured bass alterations"
19 } % begin verbatim
20
21 \figures {
22   <6\+> <5+> <6 4-> r
23   \set figuredBassAlterationDirection = #RIGHT
24   <6\+> <5+> <6 4-> r
25   \set figuredBassPlusDirection = #RIGHT
26   <6\+> <5+> <6 4-> r
27   \set figuredBassAlterationDirection = #LEFT
28   <6\+> <5+> <6 4-> r
29 }