]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/fingerings,-string-indications,-and-right-hand-fingerings.ly
Merge branch 'lilypond/translation' of git://git.sv.gnu.org/lilypond into trad
[lilypond.git] / Documentation / snippets / fingerings,-string-indications,-and-right-hand-fingerings.ly
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.10"
5
6 \header {
7   lsrtags = "fretted-strings"
8
9 %% Translation of GIT committish: 45fc8488655f9ea122d1ec6e3328892618bd6971
10   texidoces = "
11 En este ejemplo se combinan las digitaciones de la mano izquierda,
12 indicaciones del número de cuerda y digitaciones de la mano
13 derecha.
14
15 "
16   doctitlees = "Digitaciones - indicación del número de cuerda y digitaciones de mano derecha"
17
18 %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
19   texidocde = "
20 Dieses Beispiel kombiniert Fingersatz für die linke Hand, Saitennummern
21 und Fingersatz für die rechte Hand.
22
23 "
24   doctitlede = "Fingersatz Saitennummern und Fingersatz für die rechte Hand"
25 %% Translation of GIT committish: 3f880f886831b8c72c9e944b3872458c30c6c839
26
27   texidocfr = "
28 L'exemple suivant illustre comment combiner des doigtés pour la main
29 gauche, des indications de corrde et des doigtés pour la main droite.
30
31 "
32   doctitlefr = "Doigtés indications de cordeet doigtés main droite"
33
34
35   texidoc = "
36 This example combines left-hand fingering, string indications, and
37 right-hand fingering.
38
39 "
40   doctitle = "Fingerings string indications and right-hand fingerings"
41 } % begin verbatim
42
43 #(define RH rightHandFinger)
44
45 \relative c {
46   \clef "treble_8"
47   <c-3\5-\RH #1 >4
48   <e-2\4-\RH #2 >4
49   <g-0\3-\RH #3 >4
50   <c-1\2-\RH #4 >4
51 }
52