]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/spanners-init.ly
Doc: compile fix.
[lilypond.git] / ly / spanners-init.ly
index 28c4574019a118a068e14ddb6ebf83a45abb7b79..afcfaf445f986d6fcced66c81d4bab8e5057be86 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.52"
+\version "2.12.0"
 
 startGroup = #(make-span-event 'NoteGroupingEvent START)
 stopGroup = #(make-span-event 'NoteGroupingEvent STOP)
@@ -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)))