X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fscript.hh;h=e1e46d5c213dbd9a750af1cb70ddcc05fb06f00d;hb=a2991295b2c1fb36bec19de207161855ca3c1756;hp=6d9b51f2c3d6119c8a5c8db9231034e584a5126b;hpb=9b40d66187029df3dca86fc5ecc65f64db315a48;p=lilypond.git diff --git a/lily/include/script.hh b/lily/include/script.hh index 6d9b51f2c3..e1e46d5c21 100644 --- a/lily/include/script.hh +++ b/lily/include/script.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2000 Han-Wen Nienhuys + (c) 1999--2001 Han-Wen Nienhuys */ @@ -21,11 +21,11 @@ class Script { public: - static Molecule get_molecule (Score_element*,Direction d); - static void set_interface (Score_element*); - static bool has_interface (Score_element*); - DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM )); - DECLARE_SCHEME_CALLBACK(after_line_breaking, (SCM )); + static Molecule get_molecule (Grob*,Direction d); + static void set_interface (Grob*); + static bool has_interface (Grob*); + DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM )); + DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM )); }; #endif /* Stem_SCRIPT_HH */