]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/creating-double-digit-fingerings.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / creating-double-digit-fingerings.ly
index e36819c6423b2f11cb8a7f310729e037412b3f53..78bea18c323b0a3ddd7bf05a4f4139f2b0c9477d 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.12.2"
+\version "2.14.2"
 
 \header {
-  lsrtags = "expressive-marks, staff-notation, editorial-annotations, tweaks-and-overrides"
+  lsrtags = "expressive-marks, scheme-language, staff-notation, editorial-annotations, tweaks-and-overrides"
 
   texidoc = "
 By default you cannot make double-digit fingering notation (i.e.
@@ -19,6 +19,7 @@ This snippet shows two methods of creating fingerings larger than 9.
   doctitle = "Creating double-digit fingerings"
 } % begin verbatim
 
+
 ten =
 #(make-music 'FingeringEvent
              'digit 10)