]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/adding-fingerings-to-a-score-using-markup-objects.ly
The IR guide
[lilypond.git] / input / lsr / adding-fingerings-to-a-score-using-markup-objects.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"
7  texidoc = "
8 Fingerings can be entered as markup objects, for example to specify
9 fingering changes on a single note.
10 " }
11 % begin verbatim
12 \relative c'' {
13   c4-1 d-2 f-4
14   c^\markup { \finger "2 - 3" }
15 }