]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/fingerings,-string-indications,-and-right-hand-fingerings.ly
Docs: run convert-ly for 2.14.0.
[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: 59caa3adce63114ca7972d18f95d4aadc528ec3d
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: ac6297e4fa174ac5759cc450ad085c2fac9ba00b
31
32   texidocfr = "
33 L'exemple suivant illustre comment combiner des doigtés pour la main
34 gauche, des indications de corrde et des doigtés pour la main droite.
35
36 "
37   doctitlefr = "Doigtés indications de cordeet doigtés main droite"
38
39
40   texidoc = "
41 This example combines left-hand fingering, string indications, and
42 right-hand fingering.
43
44 "
45   doctitle = "Fingerings string indications and right-hand fingerings"
46 } % begin verbatim
47
48 #(define RH rightHandFinger)
49
50 \relative c {
51   \clef "treble_8"
52   <c-3\5-\RH #1 >4
53   <e-2\4-\RH #2 >4
54   <g-0\3-\RH #3 >4
55   <c-1\2-\RH #4 >4
56 }
57