]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/script.hh
(ly_parse_scm): add line/col/file
[lilypond.git] / lily / include / script.hh
index 6d9b51f2c3d6119c8a5c8db9231034e584a5126b..8773172d8254fae938267f82853a71bec168b03f 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
    Needs support from Staff_side for proper operation.  Staff_side
    handles the positioning.
 */
-class Script
+class Script_interface
 {
 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 bool  has_interface (Grob*);
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
+  DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM ));
 };
 
 #endif /* Stem_SCRIPT_HH */