]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/translation-functions.scm
Change class field in stream events to contain the complete event type list
[lilypond.git] / scm / translation-functions.scm
index a535497962c07b9ae8ca5d79d1faf3901d1b7e10..2dd8d2d92c8ac06aa1beee75fa124b32351eff4f 100644 (file)
@@ -300,7 +300,7 @@ if no fingering is present."
        (map (lambda (art)
               (let* ((num (ly:event-property art 'digit)))
 
-                (if (and (eq? 'fingering-event (ly:event-property art 'class))
+                (if (and (ly:in-event-class? art 'fingering-event)
                          (number? num)
                          (> num 0))
                   (set! finger-found num))))