]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/adding-fingerings-to-a-score.ly
LSR: update.
[lilypond.git] / Documentation / snippets / adding-fingerings-to-a-score.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.31"
5
6 \header {
7   lsrtags = "editorial-annotations, fretted-strings"
8
9   texidoc = "
10 Fingering instructions can be entered using a simple syntax.
11
12 "
13   doctitle = "Adding fingerings to a score"
14 } % begin verbatim
15
16 \relative c'' {
17   c4-1 d-2 f-4 e-3
18 }
19