]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/translator-group.hh
* lily/melisma-engraver.cc (try_music): use melisma_busy()
[lilypond.git] / lily / include / translator-group.hh
index 87b9616339a6dd7b8799d09d82fad15068c066ac..5a1fc1f6eabc97114f8419531f8d78a6c6e1adc2 100644 (file)
@@ -59,7 +59,7 @@ public:
   Translator_group* get_ancestor (int l=1);
   int get_depth () const;
   bool is_bottom_translator_b () const;
-  bool removable_b () const;
+  bool is_removable () const;
   void terminate_translator (Translator*r);
   Translator *remove_translator (Translator*trans);
   void check_removal ();
@@ -82,4 +82,8 @@ public:
   virtual void each (Method_pointer);
 };
 
+
+bool melisma_busy (Translator* tr); // where to put this? --hwn
+
+
 #endif // TRANSLATOR_GROUP_HH