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