]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/fingerings,-string-indications,-and-right-hand-fingerings.ly
Doc: 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.16"
5
6 \header {
7   lsrtags = "fretted-strings"
8
9 %% Translation of GIT committish: d2119a9e5e951c6ae850322f41444ac98d1ed492
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: 0a868be38a775ecb1ef935b079000cebbc64de40
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: ac6297e4fa174ac5759cc450ad085c2fac9ba00b
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