From: David Kastrup Date: Sun, 10 Feb 2013 15:08:26 +0000 (+0100) Subject: Remove definition of \finger from double fingering regtest X-Git-Tag: release/2.17.13-1~10^2~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3f783ca79c4cc57020a493e37ca6bc9ad8949047;p=lilypond.git Remove definition of \finger from double fingering regtest --- diff --git a/Documentation/snippets/creating-double-digit-fingerings.ly b/Documentation/snippets/creating-double-digit-fingerings.ly index 4991989e6a..85f596d7ed 100644 --- a/Documentation/snippets/creating-double-digit-fingerings.ly +++ b/Documentation/snippets/creating-double-digit-fingerings.ly @@ -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)))