]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/fingerings,-string-indications,-and-right-hand-fingerings.ly
Docs: update LSR
[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.4"
5
6 \header {
7   lsrtags = "fretted-strings"
8
9 %% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
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
19 %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
20   texidocde = "
21 Dieses Beispiel kombiniert Fingersatz für die linke Hand, Saitennummern
22 und Fingersatz für die rechte Hand.
23
24 "
25   doctitlede = "Fingersatz Saitennummern und Fingersatz für die rechte Hand"
26
27 %% Translation of GIT committish: 3f880f886831b8c72c9e944b3872458c30c6c839
28
29   texidocfr = "
30 L'exemple suivant illustre comment combiner des doigtés pour la main
31 gauche, des indications de corrde et des doigtés pour la main droite.
32
33 "
34   doctitlefr = "Doigtés indications de cordeet doigtés main droite"
35
36
37   texidoc = "
38 This example combines left-hand fingering, string indications, and
39 right-hand fingering.
40
41 "
42   doctitle = "Fingerings string indications and right-hand fingerings"
43 } % begin verbatim
44
45 #(define RH rightHandFinger)
46
47 \relative c {
48   \clef "treble_8"
49   <c-3\5-\RH #1 >4
50   <e-2\4-\RH #2 >4
51   <g-0\3-\RH #3 >4
52   <c-1\2-\RH #4 >4
53 }
54