]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/spanners-init.ly
Remove Font_metric::index_to_ascii.
[lilypond.git] / ly / spanners-init.ly
index 7b26094e497fbbfdf81c6b5fe20cc271644344c0..afcfaf445f986d6fcced66c81d4bab8e5057be86 100644 (file)
@@ -18,6 +18,10 @@ startTrillSpan = #(make-span-event 'TrillSpanEvent START)
 stopTrillSpan = #(make-span-event 'TrillSpanEvent STOP)
 
 
+episemInitium = #(make-span-event 'EpisemaEvent START)
+episemFinis = #(make-span-event 'EpisemaEvent STOP)
+
+
 % STOP: junkme!
 cresc =  {
   #(ly:export (make-event-chord (list cr)))