X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=ly%2Fspanners-init.ly;h=44dcdb663352fb5a5974daf78ed7b0ee7dcb8bb4;hb=aae3ff48c2def641f2cda0d8f5950aeb63a2d84d;hp=531369085548a5d43b19329fd7893e7b16a3d501;hpb=2a07e6101abd393b88f22309dcda0c7ed032d85c;p=lilypond.git diff --git a/ly/spanners-init.ly b/ly/spanners-init.ly index 5313690855..44dcdb6633 100644 --- a/ly/spanners-init.ly +++ b/ly/spanners-init.ly @@ -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)