]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-head.hh
patch::: 1.4.2.jcn4
[lilypond.git] / lily / include / note-head.hh
index 99404f4d8ec762d9b186afdfe92552af296db65d..f44eba230e563f8d72a82b858a04ac512e4fd2f0 100644 (file)
@@ -21,9 +21,11 @@ class Note_head
 {
 public:
   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
+  static Molecule ledger_lines (Grob*,int,Direction,Interval);
   static Molecule ledger_line (Interval, Grob*) ;
   DECLARE_SCHEME_CALLBACK (brew_ez_molecule, (SCM ));
   static bool has_interface (Grob*);
+  static Real stem_attachment_coordinate (Grob *, Axis a);
   
 };
 #endif // NOTEHEAD_HH