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