]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/fingerings,-string-indications,-and-right-hand-fingerings.ly
Imported Upstream version 2.19.45
[lilypond.git] / Documentation / snippets / fingerings,-string-indications,-and-right-hand-fingerings.ly
1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.di.unimi.it
3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4 %% and then run scripts/auxiliar/makelsr.py
5 %%
6 %% This file is in the public domain.
7 \version "2.18.0"
8
9 \header {
10   lsrtags = "fretted-strings"
11
12   texidoc = "
13 This example combines left-hand fingering, string indications, and
14 right-hand fingering.
15
16 "
17   doctitle = "Fingerings string indications and right-hand fingerings"
18 } % begin verbatim
19
20 #(define RH rightHandFinger)
21
22 \relative c {
23   \clef "treble_8"
24   <c-3\5-\RH #1 >4
25   <e-2\4-\RH #2 >4
26   <g-0\3-\RH #3 >4
27   <c-1\2-\RH #4 >4
28 }