]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/creating-double-digit-fingerings.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / creating-double-digit-fingerings.ly
1 % DO NOT EDIT this file manually; it is automatically
2 % generated from Documentation/snippets/new
3 % Make any changes in Documentation/snippets/new/
4 % and then run scripts/auxiliar/makelsr.py
5 %
6 % This file is in the public domain.
7 %% Note: this file works from version 2.17.15
8 \version "2.17.15"
9
10 \header {
11   lsrtags = "editorial-annotations, expressive-marks, scheme-language, staff-notation, tweaks-and-overrides"
12
13   texidoc = "
14 Creating fingerings larger than 5 is possible.
15 "
16   doctitle = "Creating double-digit fingerings"
17 } % begin verbatim
18
19
20 \relative c' {
21   c1-10
22   c1-50
23   c1-36
24   c1-29
25 }