]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/creating-double-digit-fingerings.ly
CG: note that CPU threads affect cell count in regtests (issue 3257)
[lilypond.git] / Documentation / snippets / creating-double-digit-fingerings.ly
index e36819c6423b2f11cb8a7f310729e037412b3f53..4991989e6a7c5bbdde6cbe0f7bb2dbc8a839a634 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.17.11"
 
 \header {
-  lsrtags = "expressive-marks, staff-notation, editorial-annotations, tweaks-and-overrides"
+  lsrtags = "editorial-annotations, expressive-marks, scheme-language, staff-notation, 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)
@@ -39,7 +40,7 @@ finger =
 
 \relative c' {
   % optional override to remove warnings for fingerings larger than 5
-  \override Fingering #'text = #calc-finger-without-warning
+  \override Fingering.text = #calc-finger-without-warning
   c1\ten
   c1\fifty
   c1-\finger #36