]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-head.hh
patch::: 1.3.62.hwn1
[lilypond.git] / lily / include / note-head.hh
index 85442c0b004ba7f984b12ed4a29e1684cc3e9e42..272ed3da9521488112f45ba36e758a74ea0ac40f 100644 (file)
@@ -23,12 +23,15 @@ class Note_head : public Rhythmic_head
 {
 public:
   static int compare (Note_head * const &a, Note_head *const &b) ;
+ static SCM brew_molecule (SCM);
+  
 
   Molecule ledger_line (Interval) const;
   Note_head (SCM);
-protected:
-  virtual void before_line_breaking ();
-  virtual Molecule do_brew_molecule() const;
+
+  SCM member_before_line_breaking ();
+  static SCM before_line_breaking (SCM);
+  SCM member_brew_molecule() const;
 };
 #endif // NOTEHEAD_HH