]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/how-to-add-thumb-fingerings.ly
Add a --skip-png-check option.
[lilypond.git] / input / lsr / how-to-add-thumb-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.38"
4
5 \header {
6   lsrtags = "editorial-and-educational-use, strings"
7  texidoc = "
8 Special scripts can be entered for thumb fingerings (for example in
9 cello music).
10 " }
11 % begin verbatim
12 \relative c'' {
13   a2_\thumb
14   <b_\thumb b'-3>
15 }