]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/script.cc
release: 1.3.33
[lilypond.git] / lily / script.cc
index 7e19e16940ab95320646df44fd6949be31948e24..6f96f1b7b8638042f2f69128b76534925fc3a396 100644 (file)
@@ -39,7 +39,7 @@ Script::get_molecule(Direction d) const
 
 
 void
-Script::do_pre_processing ()
+Script::before_line_breaking ()
 {
   /*
     center my self on the note head.
@@ -49,7 +49,7 @@ Script::do_pre_processing ()
 }
 
 void
-Script::do_post_processing ()
+Script::after_line_breaking ()
 {
   Side_position_interface i (this);
   Direction d =  i.get_direction ();