]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/controlling-the-placement-of-chord-fingerings.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[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.13.0"
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 %% Translation of GIT committish :<0364058d18eb91836302a567c18289209d6e9706>
24   texidocde = "
25 Die Position von Fingersatzzahlen kann exakt kontrolliert werden.
26
27 "
28   doctitlede = "Position von Fingersatz in Akkorden kontrollieren"
29
30   texidoc = "
31 The placement of fingering numbers can be controlled precisely.
32
33 "
34   doctitle = "Controlling the placement of chord fingerings"
35 } % begin verbatim
36
37 \relative c' {
38   \set fingeringOrientations = #'(left)
39   <c-1 e-3 a-5>4
40   \set fingeringOrientations = #'(down)
41   <c-1 e-3 a-5>4
42   \set fingeringOrientations = #'(down right up)
43   <c-1 e-3 a-5>4
44   \set fingeringOrientations = #'(up)
45   <c-1 e-3 a-5>4
46   \set fingeringOrientations = #'(left)
47   <c-1>2
48   \set fingeringOrientations = #'(down)
49   <e-3>2
50 }
51