]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/ambitus.hh
* scm/paper-system.scm (paper-system-annotate): also annotate the
[lilypond.git] / lily / include / ambitus.hh
index fe203b2f498dbe62f87e6b7a578b1c852ca503c8..7f0a2d40cfdb6ce394484ec861a161f8f1becbbe 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2004 Juergen Reuter <reuter@ipd.uka.de>
+  (c) 2000--2006 Juergen Reuter <reuter@ipd.uka.de>
 */
 
 #ifndef AMBITUS_HH
 
 #include "lily-guile.hh"
 
+class Grob;
+
 struct Ambitus
 {
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM smob));
-  static bool has_interface (Grob*);
+  DECLARE_SCHEME_CALLBACK (print, (SCM smob));
+  static bool has_interface (Grob *);
+  static Slice get_positions (Grob *);
+  static Interval head_width (Grob *me, Grob *common);
 };
 
 #endif // AMBITUS_HH