]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/spanners-init.ly
* Documentation/user/examples.itely (Transcription of mensural
[lilypond.git] / ly / spanners-init.ly
index 98e663f7bd5310dd8ddfc612507680aad6a5af7e..43d0ef0cb6ea6467927191ad64c25f83a68c39dc 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)
@@ -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 '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)))
-
-
+newSpacingSection = #(make-event-chord (list (make-music 'SpacingSectionEvent)))