]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/beam.hh
patch::: 1.5.41.jcn2
[lilypond.git] / lily / include / beam.hh
index c0c7c2893333ce6a871bcfab4913beda7991ccb4..86c539d8ffadb5d7595de15554f2af7caa05ce3f 100644 (file)
@@ -35,7 +35,12 @@ public:
   DECLARE_SCHEME_CALLBACK (check_concave, (SCM));
   DECLARE_SCHEME_CALLBACK (slope_damping, (SCM));
   DECLARE_SCHEME_CALLBACK (quantise_position, (SCM));
-
+  DECLARE_SCHEME_CALLBACK (new_quanting, (SCM));
+  DECLARE_SCHEME_CALLBACK (score_slopes_dy, (SCM, SCM,SCM));
+  DECLARE_SCHEME_CALLBACK (score_stem_lengths, (SCM, SCM,SCM));
+  DECLARE_SCHEME_CALLBACK (score_forbidden_quants, (SCM, SCM,SCM));
+  
+  
   static Molecule stem_beams (Grob*,Item *here, Item *next, Item *prev,
                              Real dydx);