]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grob.hh
* scm/music-functions.scm (has-request-chord): don't use
[lilypond.git] / lily / include / grob.hh
index 612aa8d36dab3a805af071a9b6a315d90d53c3a7..15ca5933af3559f73932f34e648d3c799fcb37e7 100644 (file)
    for administration of what was done already
 */
 enum Grob_status {
-  ORPHAN = 0,                  // not yet added to Paper_score
+  ORPHAN = 0,                  // not yet added to Paper_score
   PRECALCING,
-  PRECALCED,           // calcs before spacing done
-  POSTCALCING,         // busy calculating. This is used to trap cyclic deps.
-  POSTCALCED,          // after spacing calcs done
+  PRECALCED,           // calcs before spacing done
+  POSTCALCING,                 // busy calculating. This is used to trap cyclic deps.
+  POSTCALCED,          // after spacing calcs done
 };
 
 typedef void (Grob::*Grob_method_pointer) (void);
@@ -78,7 +78,7 @@ public:
   void add_to_list_property (SCM, SCM);
 
   SCM get_property_alist_chain (SCM) const;
-  static SCM ly_grob_set_property (SCM, SCM,SCM);
+  static SCM ly_grob_set_property (SCM, SCM, SCM);
   static SCM ly_grob_property (SCM, SCM);  
 
   void warning (String) const;