]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/script-engraver.cc
* lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
[lilypond.git] / lily / script-engraver.cc
index db1df11e9b2a85fc5ba9f1fc4963ed0ac5d0f39e..1afa849ebdeea9cbe58d996541326cf6326b499c 100644 (file)
@@ -3,13 +3,12 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "context.hh"
 #include "directional-element-interface.hh"
 #include "engraver.hh"
-#include "event.hh"
 #include "slur.hh"
 #include "note-column.hh"
 #include "paper-column.hh"
@@ -200,7 +199,7 @@ Script_engraver::acknowledge_grob (Grob_info info)
              e->set_parent (info.grob_, Y_AXIS);
              e->add_dependency (info.grob_);
            }
-         Side_position_interface::add_support (e,info.grob_);
+         Side_position_interface::add_support (e, info.grob_);
        }
     }
   else if (Note_column::has_interface (info.grob_))
@@ -240,7 +239,7 @@ Script_engraver::stop_translation_timestep ()
   scripts_.clear ();
 }
 
-ENTER_DESCRIPTION (Script_engraver,
+ADD_TRANSLATOR (Script_engraver,
 /* descr */       "Handles note scripted articulations.",
 /* creats*/       "Script",
 /* accepts */     "script-event articulation-event",