]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/fingerings,-string-indications,-and-right-hand-fingerings.ly
Merge master into nested-bookparts
[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.62"
4
5 \header {
6   lsrtags = "fretted-strings"
7
8   texidoc = "
9 This example combines left-hand fingering, string indications, and
10 right-hand fingering.
11
12 "
13   doctitle = "Fingerings, string indications, and right-hand fingerings"
14 } % begin verbatim
15 #(define RH rightHandFinger)
16
17 \relative c {
18   \clef "treble_8"
19   <c-3\5-\RH #1 >4
20   <e-2\4-\RH #2 >4
21   <g-0\3-\RH #3 >4
22   <c-1\2-\RH #4 >4
23 }