X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffigured-bass-slashed-numbers.ly;h=73dce5c74467f91c11f9dfaf4fda8a950aff1dc6;hb=9fa898402775060cc74c8d986263c5a2a59a707f;hp=0289c3e9a2ca5372bf2d2ec9bdd62fc08e5cf3b4;hpb=d664f5a7153ec2b1a1c4c9fba2d2174bf3140695;p=lilypond.git diff --git a/input/regression/figured-bass-slashed-numbers.ly b/input/regression/figured-bass-slashed-numbers.ly index 0289c3e9a2..73dce5c744 100644 --- a/input/regression/figured-bass-slashed-numbers.ly +++ b/input/regression/figured-bass-slashed-numbers.ly @@ -1,4 +1,10 @@ -\version "2.12.0" +\version "2.16.0" + +\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 (parser location) () ; (set! horizontal-slash-interval horizontal-slash-interval-default) ; (set! adjust-slash-stencil adjust-slash-stencil-default) - (make-music 'Music 'void #t) ) <<