]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/placement-of-right-hand-fingerings.ly
Imported Upstream version 2.12.3
[lilypond.git] / input / lsr / placement-of-right-hand-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 = "fretted-strings"
7
8   texidoces = "
9 Es posible ejercer un mayor control sobre la colocación de las
10 digitaciones de la mano derecha estableciendo el valor de una
11 propiedad específica, como se muestra en el ejemplo siguiente.
12
13 "
14   doctitlees = "Posicionamiento de digitaciones de mano derecha"
15
16 %% Translation of GIT committish: 3f880f886831b8c72c9e944b3872458c30c6c839
17
18   texidocfr = "
19 Vous disposez d'une propriété spécifique qui permet de contrôler plus 
20 finement le positionnement des doigtés main droite, comme l'indique 
21 l'exemple suivant.
22
23 "
24   doctitlefr = "Positionnement des doigtés main droite"
25
26
27   texidoc = "
28 It is possible to exercise greater control over the placement of
29 right-hand fingerings by setting a specific property, as demonstrated
30 in the following example.
31
32 "
33   doctitle = "Placement of right-hand fingerings"
34 } % begin verbatim
35
36 #(define RH rightHandFinger)
37
38 \relative c {
39   \clef "treble_8"
40   
41   \set strokeFingerOrientations = #'(up down)
42   <c-\RH #1 e-\RH #2 g-\RH #3 c-\RH #4 >4
43   
44   \set strokeFingerOrientations = #'(up right down)
45   <c-\RH #1 e-\RH #2 g-\RH #3 c-\RH #4 >4
46   
47   \set strokeFingerOrientations = #'(left)
48   <c-\RH #1 e-\RH #2 g-\RH #3 c-\RH #4 >2
49 }
50