X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftranslator-group.hh;h=5a1fc1f6eabc97114f8419531f8d78a6c6e1adc2;hb=366ac5a9c6dfb5a32111c8dd6ba40e49334402c3;hp=87b9616339a6dd7b8799d09d82fad15068c066ac;hpb=cf47f46e677a1bf9ef1c08c40eb65938117d4953;p=lilypond.git diff --git a/lily/include/translator-group.hh b/lily/include/translator-group.hh index 87b9616339..5a1fc1f6ea 100644 --- a/lily/include/translator-group.hh +++ b/lily/include/translator-group.hh @@ -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