]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/adding-fingerings-to-chords.ly
The IR guide
[lilypond.git] / input / lsr / adding-fingerings-to-chords.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.38"
4
5 \header {
6   lsrtags = "editorial-and-educational-use, chords, piano-music"
7  texidoc = "
8 Fingerings for chords can be obtained by adding them to individual
9 pitches.
10 " }
11 % begin verbatim
12 \relative c'{
13   < c-1 e-2 g-3 b-5 >2
14   < d-1 f-2 a-3 c-5 >
15 }