]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-event-classes.scm
Revert "Doc: CG add rule for using { } with .ly examples"
[lilypond.git] / scm / define-event-classes.scm
index a83557b332b8eac1718eded3d3f5fe205a14d4ac..d9bbceb3c27f168b1222febb020469d9bd6ddc24 100644 (file)
@@ -1,6 +1,6 @@
 ;;;; This file is part of LilyPond, the GNU music typesetter.
 ;;;;
-;;;; Copyright (C) 2005--2006 Erik Sandberg <mandolaerik@gmail.com>
+;;;; Copyright (C) 2005--2010 Erik Sandberg <mandolaerik@gmail.com>
 ;;;;
 ;;;; LilyPond is free software: you can redistribute it and/or modify
 ;;;; it under the terms of the GNU General Public License as published by
       harmonic-event hyphen-event laissez-vibrer-event mark-event
       multi-measure-text-event note-grouping-event 
       pes-or-flexa-event repeat-tie-event spacing-section-event
-      layout-instruction-event))
+      layout-instruction-event completize-extender-event))
     
     (layout-instruction-event . (apply-output-event ))
     (script-event . (articulation-event text-script-event))
     (part-combine-event . (solo-one-event solo-two-event unisono-event))
     (break-event . (line-break-event page-break-event page-turn-event))
     (dynamic-event . (absolute-dynamic-event))
-    (span-event . (span-dynamic-event beam-event ligature-event
+    (span-event . (span-dynamic-event beam-event episema-event ligature-event
                         pedal-event phrasing-slur-event slur-event staff-span-event
                         text-span-event trill-span-event tremolo-span-event 
                         tuplet-span-event))