From: David Kastrup Date: Mon, 3 Jun 2013 17:46:07 +0000 (+0200) Subject: Issue 3397: Snippet creating-double-digit-fingerings fights windmills X-Git-Tag: release/2.17.20-1~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=957706d0eadb7a92bb2164d616d4c410ab175313;p=lilypond.git Issue 3397: Snippet creating-double-digit-fingerings fights windmills --- diff --git a/Documentation/snippets/new/creating-double-digit-fingerings.ly b/Documentation/snippets/new/creating-double-digit-fingerings.ly new file mode 100644 index 0000000000..f9bf74b8d5 --- /dev/null +++ b/Documentation/snippets/new/creating-double-digit-fingerings.ly @@ -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 +}