]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/crescendo.hh
patch::: 1.3.96.jcn9
[lilypond.git] / lily / include / crescendo.hh
index 09c46265acc408a9f8512bf027bf08f68063eb38..c487894bc2c558198be4cc94f1433a771b7d7939 100644 (file)
 
 #include "lily-guile.hh"
 /**
-  The hairpin symbol. (cresc)
-
-  (normal spanner?)
+  The hairpin symbol. 
  */
 struct Crescendo
 {
 public:
-  static SCM brew_molecule (SCM);
-  static void set_interface(Score_element*);
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
   static bool has_interface (Score_element*);
 };