]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/spanners-init.ly
Build: Fix compilation with GNU make 4.0
[lilypond.git] / ly / spanners-init.ly
index 531369085548a5d43b19329fd7893e7b16a3d501..44dcdb663352fb5a5974daf78ed7b0ee7dcb8bb4 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.18"
+\version "2.16.0"
 
 startGroup = #(make-span-event 'NoteGroupingEvent START)
 stopGroup = #(make-span-event 'NoteGroupingEvent STOP)
@@ -10,6 +10,10 @@ enddecr = #(make-span-event 'DecrescendoEvent STOP)
 endcr = #(make-span-event 'CrescendoEvent STOP) 
 
 
+startMeasureCount = #(make-span-event 'MeasureCounterEvent START)
+stopMeasureCount = #(make-span-event 'MeasureCounterEvent STOP)
+
+
 startTextSpan = #(make-span-event 'TextSpanEvent START)
 stopTextSpan = #(make-span-event 'TextSpanEvent STOP)