]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/spanners-init.ly
wrap books around the page turning regression examples.
[lilypond.git] / ly / spanners-init.ly
index 56d0272bd512bf0cff213095119dd8a1a783fee6..9aec0756e2746359c4b8676b4a12c707dc9494a0 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.10.0"
 
 startGroup = #(make-span-event 'NoteGroupingEvent START)
 stopGroup = #(make-span-event 'NoteGroupingEvent STOP)
@@ -92,17 +92,4 @@ sostenutoUp = #(make-span-event 'SostenutoEvent STOP)
 %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 'positions
-   (apply ly:make-callback-chain (check-quant-callbacks l r))))
-    
-% for regression testing purposes.
-assertBeamSlope =
-#(def-music-function (parser location comp) (procedure?)
-  (make-grob-property-override 'Beam 'positions
-   (apply ly:make-callback-chain (check-slope-callbacks comp))))
-
-
+newSpacingSection = #(make-event-chord (list (make-music 'SpacingSectionEvent)))