]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/fingerings,-string-indications,-and-right-hand-fingerings.ly
Imported Upstream version 2.12.3
[lilypond.git] / input / lsr / 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.12.3"
4
5 \header {
6   lsrtags = "fretted-strings"
7
8   texidoces = "
9 En este ejemplo se combinan las digitaciones de la mano izquierda,
10 indicaciones del número de cuerda y digitaciones de la mano
11 derecha.
12
13 "
14   doctitlees = "Digitaciones, indicación del número de cuerda y digitaciones de mano derecha"
15
16 %% Translation of GIT committish: 3f880f886831b8c72c9e944b3872458c30c6c839
17
18   texidocfr = "
19 L'exemple suivant illustre comment combiner des doigtés pour la main 
20 gauche, des indications de corrde et des doigtés pour la main droite.
21
22 "
23   doctitlefr = "Doigtés, indications de cordeet doigtés main droite"
24
25
26   texidoc = "
27 This example combines left-hand fingering, string indications, and
28 right-hand fingering.
29
30 "
31   doctitle = "Fingerings, string indications, and right-hand fingerings"
32 } % begin verbatim
33
34 #(define RH rightHandFinger)
35
36 \relative c {
37   \clef "treble_8"
38   <c-3\5-\RH #1 >4
39   <e-2\4-\RH #2 >4
40   <g-0\3-\RH #3 >4
41   <c-1\2-\RH #4 >4
42 }
43