]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/system-start-delimiter.hh
release: 1.5.29
[lilypond.git] / lily / include / system-start-delimiter.hh
index 121713d9e6328d5820b3c5e45b1d01cdc270f815..88ee130d2e3809f153597ffa5196d2cf2e94acf1 100644 (file)
@@ -3,7 +3,7 @@
      
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2000--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 #include "lily-proto.hh"
 
 /*
-  Braces/brackets across staffs.
+  Braces/brackets across staves.
  */
 class System_start_delimiter
 {
 public:
-  static SCM brew_molecule (SCM);
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
   
-  static void set_interface (Score_element*me);
-  static bool has_interface (Score_element*);
-  static SCM after_line_breaking (SCM);
-  static void try_collapse (Score_element*);
-  static Molecule staff_bracket (Score_element*,Real) ;
-  static Molecule staff_brace (Score_element*,Real) ;
-  static Molecule simple_bar (Score_element*,Real) ;
+  static void set_interface (Grob*me);
+  static bool has_interface (Grob*);
+  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM ));
+  static void try_collapse (Grob*);
+  static Molecule staff_bracket (Grob*,Real) ;
+  static Molecule staff_brace (Grob*,Real) ;
+  static Molecule simple_bar (Grob*,Real) ;
 };
 
 #endif /* SYSTEM_START_DELIMITER_HH */