]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/spanners-init.ly
(music_function_musicless_prefix): fold together
[lilypond.git] / ly / spanners-init.ly
index 98e663f7bd5310dd8ddfc612507680aad6a5af7e..d2493903c99f186582b674e26fe3e1c6718505ed 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.4.0"
+\version "2.7.39"
 
 startGroup = #(make-span-event 'NoteGroupingEvent START)
 stopGroup = #(make-span-event 'NoteGroupingEvent STOP)
@@ -91,18 +91,3 @@ sostenutoUp = #(make-span-event 'SostenutoEvent STOP)
 %crescpoco = \set crescendoText = "cresc. poco a poco"
 %decresc = \set crescendoText = "decr."
 %dim = \set crescendoText = "dim."
-
-
-% for regression testing purposes.
-assertBeamQuant =
-#(def-music-function (parser location l r) (pair? pair?)
-  (make-grob-property-override 'Beam 'position-callbacks
-   (check-quant-callbacks l r)))
-    
-% for regression testing purposes.
-assertBeamSlope =
-#(def-music-function (parser location comp) (procedure?)
-  (make-grob-property-override 'Beam 'position-callbacks
-   (check-slope-callbacks comp)))
-
-