]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-fingerings-to-a-score.ly
Imported Upstream version 2.14.2
[lilypond.git] / Documentation / snippets / adding-fingerings-to-a-score.ly
diff --git a/Documentation/snippets/adding-fingerings-to-a-score.ly b/Documentation/snippets/adding-fingerings-to-a-score.ly
new file mode 100644 (file)
index 0000000..9be53a6
--- /dev/null
@@ -0,0 +1,22 @@
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
+%% This file is in the public domain.
+\version "2.14.0"
+
+\header {
+  lsrtags = "editorial-annotations, fretted-strings"
+
+  texidoc = "
+Fingering instructions can be entered using a simple syntax.
+
+"
+  doctitle = "Adding fingerings to a score"
+} % begin verbatim
+
+\relative c'' {
+  c4-1 d-2 f-4 e-3
+}
+