]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/changing-the-positions-of-figured-bass-alterations.ly
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[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.49"
4
5 \header {
6   lsrtags = "chords"
7
8   texidoc = "
9 Accidentals and plus signs can appear before or after the numbers,
10 depending on the @code{figuredBassAlterationDirection} and
11 @code{figuredBassPlusDirection} properties.
12
13 "
14   doctitle = "Changing the positions of figured bass alterations"
15 } % begin verbatim
16 \figures {
17   <6\+> <5+> <6 4-> r
18   \set figuredBassAlterationDirection = #RIGHT
19   <6\+> <5+> <6 4-> r
20   \set figuredBassPlusDirection = #RIGHT
21   <6\+> <5+> <6 4-> r
22   \set figuredBassAlterationDirection = #LEFT
23   <6\+> <5+> <6 4-> r
24 }