]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 3397: Snippet creating-double-digit-fingerings fights windmills
authorDavid Kastrup <dak@gnu.org>
Mon, 3 Jun 2013 17:46:07 +0000 (19:46 +0200)
committerDavid Kastrup <dak@gnu.org>
Sun, 9 Jun 2013 07:58:03 +0000 (09:58 +0200)
Documentation/snippets/new/creating-double-digit-fingerings.ly [new file with mode: 0644]

diff --git a/Documentation/snippets/new/creating-double-digit-fingerings.ly b/Documentation/snippets/new/creating-double-digit-fingerings.ly
new file mode 100644 (file)
index 0000000..f9bf74b
--- /dev/null
@@ -0,0 +1,17 @@
+\version "2.17.15"
+
+\header {
+  lsrtags = "editorial-annotations, expressive-marks, scheme-language, staff-notation, tweaks-and-overrides"
+
+  texidoc = "
+Creating fingerings larger than 5 is possible.
+"
+  doctitle = "Creating double-digit fingerings"
+}
+
+\relative c' {
+  c1-10
+  c1-50
+  c1-36
+  c1-29
+}