]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/placement-of-right-hand-fingerings.ly
Doc-es: pre-merge update of texidoc committishes.
[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.13.1"
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 %% Translation of GIT committish :33f623301a41fcc53efadf96bca1c72834763415
27   texidocde = "
28 Man kann die Positionierung von Fingersatz der rechten Hand besser
29 kontrollieren, wenn eine bestimmte Eigenschaft gesetzt wird, wie
30 das folgende Beispiel zeigt:
31
32 "
33   doctitlede = "Positionierung von Fingersatz der rechten Hand"
34
35   texidoc = "
36 It is possible to exercise greater control over the placement of
37 right-hand fingerings by setting a specific property, as demonstrated
38 in the following example.
39
40 "
41   doctitle = "Placement of right-hand fingerings"
42 } % begin verbatim
43
44 #(define RH rightHandFinger)
45
46 \relative c {
47   \clef "treble_8"
48   
49   \set strokeFingerOrientations = #'(up down)
50   <c-\RH #1 e-\RH #2 g-\RH #3 c-\RH #4 >4
51   
52   \set strokeFingerOrientations = #'(up right down)
53   <c-\RH #1 e-\RH #2 g-\RH #3 c-\RH #4 >4
54   
55   \set strokeFingerOrientations = #'(left)
56   <c-\RH #1 e-\RH #2 g-\RH #3 c-\RH #4 >2
57 }