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