]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/spanners-init.ly
ignore gcov
[lilypond.git] / ly / spanners-init.ly
index e7bf8b66eb5683e89a019da894a14307756f7b53..9aec0756e2746359c4b8676b4a12c707dc9494a0 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.10.0"
 
 startGroup = #(make-span-event 'NoteGroupingEvent START)
 stopGroup = #(make-span-event 'NoteGroupingEvent STOP)
@@ -91,3 +91,5 @@ sostenutoUp = #(make-span-event 'SostenutoEvent STOP)
 %crescpoco = \set crescendoText = "cresc. poco a poco"
 %decresc = \set crescendoText = "decr."
 %dim = \set crescendoText = "dim."
+
+newSpacingSection = #(make-event-chord (list (make-music 'SpacingSectionEvent)))