]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/figured-bass-slashed-numbers.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / figured-bass-slashed-numbers.ly
index 0289c3e9a2ca5372bf2d2ec9bdd62fc08e5cf3b4..a810f594f6a17cd88068c0bfeaabd3bb4af28a6f 100644 (file)
@@ -1,4 +1,10 @@
-\version "2.12.0"
+\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)
 )
 
 <<