]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove definition of \finger from double fingering regtest
authorDavid Kastrup <dak@gnu.org>
Sun, 10 Feb 2013 15:08:26 +0000 (16:08 +0100)
committerDavid Kastrup <dak@gnu.org>
Wed, 13 Feb 2013 22:10:52 +0000 (23:10 +0100)
Documentation/snippets/creating-double-digit-fingerings.ly

index 4991989e6a7c5bbdde6cbe0f7bb2dbc8a839a634..85f596d7edf3bc3312868ecd549c718055b17917 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.17.11"
+\version "2.17.13"
 
 \header {
   lsrtags = "editorial-annotations, expressive-marks, scheme-language, staff-notation, tweaks-and-overrides"
@@ -28,11 +28,6 @@ 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)))