]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/fingerings,-string-indications,-and-right-hand-fingerings.ly
Change stringTunings from list of semitones to list of pitches
[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.39"
5
6 \header {
7   lsrtags = "fretted-strings"
8
9 %% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
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: 0a868be38a775ecb1ef935b079000cebbc64de40
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: ac6297e4fa174ac5759cc450ad085c2fac9ba00b
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