]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/figured-bass-slashed-numbers.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / figured-bass-slashed-numbers.ly
index fc5a718b99f41d0ae234968f7268dbd34e80940f..73dce5c74467f91c11f9dfaf4fda8a950aff1dc6 100644 (file)
@@ -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)
 )
 
 <<