]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/controlling-the-placement-of-chord-fingerings.ly
LSR: Update.
[lilypond.git] / input / lsr / controlling-the-placement-of-chord-fingerings.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.12.3"
4
5 \header {
6   lsrtags = "editorial-annotations, chords, keyboards, fretted-strings"
7
8   texidoces = "
9 Se puede controlar con precisión la colocación de los números de digitación.
10
11 "
12   doctitlees = "Controlar la colocación de las digitaciones de acordes"
13
14
15 %% Translation of GIT committish: 3f880f886831b8c72c9e944b3872458c30c6c839
16
17   texidocfr = "
18 Le positionnement des doigtés peut être contrôlé de manière très précise.
19
20 "
21   doctitlefr = "Conrôle du positionnement des doigtés"
22
23   texidoc = "
24 The placement of fingering numbers can be controlled precisely.
25
26 "
27   doctitle = "Controlling the placement of chord fingerings"
28 } % begin verbatim
29
30 \relative c' {
31   \set fingeringOrientations = #'(left)
32   <c-1 e-3 a-5>4
33   \set fingeringOrientations = #'(down)
34   <c-1 e-3 a-5>4
35   \set fingeringOrientations = #'(down right up)
36   <c-1 e-3 a-5>4
37   \set fingeringOrientations = #'(up)
38   <c-1 e-3 a-5>4
39   \set fingeringOrientations = #'(left)
40   <c-1>2
41   \set fingeringOrientations = #'(down)
42   <e-3>2
43 }
44
45