]> 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 85f596d7edf3bc3312868ecd549c718055b17917..4991989e6a7c5bbdde6cbe0f7bb2dbc8a839a634 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.17.13"
+\version "2.17.11"
 
 \header {
   lsrtags = "editorial-annotations, expressive-marks, scheme-language, staff-notation, tweaks-and-overrides"
@@ -28,6 +28,11 @@ fifty =
 #(make-music 'FingeringEvent
              'digit 50)
 
+finger =
+#(define-music-function (parser location digit) (integer?)
+   (make-music 'FingeringEvent
+               'digit digit))
+
 #(define (calc-finger-without-warning grob)
    (let* ((event (event-cause grob))
          (digit (ly:event-property event 'digit)))