]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-head.hh
* Another grand 2003 update.
[lilypond.git] / lily / include / note-head.hh
index e60679d67b6ab7007b6a34bb1f3fb4bd98149489..752fff6c0351ff7908b7f67e2e045da937080b63 100644 (file)
@@ -1,7 +1,7 @@
 /*
   note-head.hh -- part of GNU LilyPond
 
-  (c) 1996--2002 Han-Wen Nienhuys
+  (c)  1996--2003 Han-Wen Nienhuys
 */
 
 #ifndef NOTEHEAD_HH
@@ -21,13 +21,13 @@ class Note_head
 {
 public:
   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
-  static Interval head_extent (Grob*,Axis);
-  static Molecule ledger_lines (Grob*, bool, int,Direction,Interval);
-  static Molecule ledger_line ( Grob*, Interval);
+  static Interval head_extent (Grob*, Axis);
+  static Molecule brew_ledger_lines (Grob *me, int pos, int interspaces,
+                                    Interval x_extent, bool take_space);
   DECLARE_SCHEME_CALLBACK (brew_ez_molecule, (SCM ));
   static bool has_interface (Grob*);
   static Real stem_attachment_coordinate (Grob *, Axis a);
-  
+  static int get_balltype (Grob*) ;  
 };
 #endif // NOTEHEAD_HH