]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rhythmic-head.hh
patch::: 1.3.96.jcn9
[lilypond.git] / lily / include / rhythmic-head.hh
index b64844d41d00b36630eabfc1f9355593aa37d8ed..1c222f873cb70ff52fadb1e647d160d4fdbbe6de 100644 (file)
 #include "lily-guile.hh"
 #include "lily-proto.hh"
 
-/*
-  Properties
-  
-  duration-log -- 2-log of the notehead duration
-
-  dot -- reference to Dots object.
-
-*/
 class Rhythmic_head
 {
 public:
@@ -29,7 +21,7 @@ public:
   static Item * stem_l (Score_element*) ;
   static Item * dots_l (Score_element*) ;
   static int dot_count (Score_element*) ;
-  static SCM after_line_breaking (SCM);
+  DECLARE_SCHEME_CALLBACK(after_line_breaking, (SCM ));
   static bool has_interface (Score_element*);
   static void set_interface (Score_element*);
 };