]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-head.hh
* input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: Warn when not
[lilypond.git] / lily / include / note-head.hh
index 833a86f6ac84b7ba3d805e72f773bc9c9cc59415..aba379dec6ec4bf19643b939e9ef6a2dcc880336 100644 (file)
@@ -1,7 +1,7 @@
 /*
   note-head.hh -- part of GNU LilyPond
 
-  (c) 1996--2001 Han-Wen Nienhuys
+  (c) 1996--2002 Han-Wen Nienhuys
 */
 
 #ifndef NOTEHEAD_HH
@@ -21,11 +21,13 @@ class Note_head
 {
 public:
   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
-  static Molecule ledger_line (Interval, Grob*) ;
+  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 balltype_i (Grob*) ;  
 };
 #endif // NOTEHEAD_HH