]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/changing-the-positions-of-figured-bass-alterations.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[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.16.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
22 \figures {
23   <6\+> <5+> <6 4-> r
24   \set figuredBassAlterationDirection = #RIGHT
25   <6\+> <5+> <6 4-> r
26   \set figuredBassPlusDirection = #RIGHT
27   <6\+> <5+> <6 4-> r
28   \set figuredBassAlterationDirection = #LEFT
29   <6\+> <5+> <6 4-> r
30 }