]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/fingerings,-string-indications,-and-right-hand-fingerings.ly
Make the length of beamlets configurable.
[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.11.64"
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   texidoc = "
17 This example combines left-hand fingering, string indications, and
18 right-hand fingering.
19
20 "
21   doctitle = "Fingerings, string indications, and right-hand fingerings"
22 } % begin verbatim
23
24 #(define RH rightHandFinger)
25
26 \relative c {
27   \clef "treble_8"
28   <c-3\5-\RH #1 >4
29   <e-2\4-\RH #2 >4
30   <g-0\3-\RH #3 >4
31   <c-1\2-\RH #4 >4
32 }