]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/fingerings,-string-indications,-and-right-hand-fingerings.ly
Doc-es: pre-merge update of texidoc committishes.
[lilypond.git] / input / lsr / fingerings,-string-indications,-and-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 En este ejemplo se combinan las digitaciones de la mano izquierda,
10 indicaciones del número de cuerda y digitaciones de la mano
11 derecha.
12
13 "
14   doctitlees = "Digitaciones, indicación del número de cuerda y digitaciones de mano derecha"
15
16 %% Translation of GIT committish: 3f880f886831b8c72c9e944b3872458c30c6c839
17
18   texidocfr = "
19 L'exemple suivant illustre comment combiner des doigtés pour la main 
20 gauche, des indications de corrde et des doigtés pour la main droite.
21
22 "
23   doctitlefr = "Doigtés, indications de cordeet doigtés main droite"
24
25 %% Translation of GIT committish :33f623301a41fcc53efadf96bca1c72834763415
26   texidocde = "
27 Dieses Beispiel kombiniert Fingersatz für die linke Hand, Saitennummern
28 und Fingersatz für die rechte Hand.
29
30 "
31   doctitlede = "Fingersatz, Saitennummern und Fingersatz für die rechte Hand"
32
33   texidoc = "
34 This example combines left-hand fingering, string indications, and
35 right-hand fingering.
36
37 "
38   doctitle = "Fingerings, string indications, and right-hand fingerings"
39 } % begin verbatim
40
41 #(define RH rightHandFinger)
42
43 \relative c {
44   \clef "treble_8"
45   <c-3\5-\RH #1 >4
46   <e-2\4-\RH #2 >4
47   <g-0\3-\RH #3 >4
48   <c-1\2-\RH #4 >4
49 }