]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/declarations-init.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / ly / declarations-init.ly
index 027849b88ca0a6c0c23f89256f0b12e7a1d9f247..5a322c2af7ac54496015b5da27c8dd9eb40b2278 100644 (file)
@@ -71,9 +71,8 @@ escapedSmallerSymbol = #(make-span-event 'CrescendoEvent START)
 
 \include "scale-definitions-init.ly"
 
-melisma = #(context-spec-music (make-property-set 'melismaBusy #t) 'Bottom)
-melismaEnd = #(context-spec-music (make-property-unset 'melismaBusy) 'Bottom)
-
+melisma = #(make-span-event 'ManualMelismaEvent START)
+melismaEnd = #(make-span-event 'ManualMelismaEvent STOP)
 laissezVibrer = #(make-music 'LaissezVibrerEvent)
 repeatTie = #(make-music 'RepeatTieEvent)