X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffigured-bass-slashed-numbers.ly;h=a810f594f6a17cd88068c0bfeaabd3bb4af28a6f;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=257170bf9db730ab69be93fb17484e44f30800c0;hpb=a7b0d55acc92f46268c2205e61f0463baae2e87f;p=lilypond.git diff --git a/input/regression/figured-bass-slashed-numbers.ly b/input/regression/figured-bass-slashed-numbers.ly index 257170bf9d..a810f594f6 100644 --- a/input/regression/figured-bass-slashed-numbers.ly +++ b/input/regression/figured-bass-slashed-numbers.ly @@ -1,4 +1,10 @@ -\version "2.11.47" +\version "2.19.22" + +\header { +texidoc = "Figured bass supports numbers with slashes through +them. +" +} bassfigures = \figuremode { <0/ 1/ 2/> <3/ 4/ 5/> <6/ 7/ 8/> <9/ 10/ 11/> <12/ 13/ 100/> @@ -19,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 () () ; (set! horizontal-slash-interval horizontal-slash-interval-default) ; (set! adjust-slash-stencil adjust-slash-stencil-default) - (make-music 'Music 'void #t) ) <<