X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffigured-bass-slashed-numbers.ly;h=73dce5c74467f91c11f9dfaf4fda8a950aff1dc6;hb=d03ae375a34eaac79b224c4d01bd24749c4c6787;hp=fc5a718b99f41d0ae234968f7268dbd34e80940f;hpb=8d2099810e7e28c3a8053558c9fe7501361d6137;p=lilypond.git diff --git a/input/regression/figured-bass-slashed-numbers.ly b/input/regression/figured-bass-slashed-numbers.ly index fc5a718b99..73dce5c744 100644 --- a/input/regression/figured-bass-slashed-numbers.ly +++ b/input/regression/figured-bass-slashed-numbers.ly @@ -25,10 +25,9 @@ bassfigures = \figuremode { #(define (adjust-slash-stencil-default num forward stencil mag) stencil) -unsetExceptions = #(define-music-function (parser location) () +unsetExceptions = #(define-void-function (parser location) () ; (set! horizontal-slash-interval horizontal-slash-interval-default) ; (set! adjust-slash-stencil adjust-slash-stencil-default) - (make-music 'Music 'void #t) ) <<