X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbreak-align-item.hh;h=8449f07498e8828b317b3bb7c2e45b5a835182e2;hb=7181c77e5d46a271f5f76e99bee7f844611e23e4;hp=028b4f282eddbf8e18030df6a5d85c192343ff1e;hpb=0af2486a28f1c60b9de929a9101964d880927e54;p=lilypond.git diff --git a/lily/include/break-align-item.hh b/lily/include/break-align-item.hh index 028b4f282e..8449f07498 100644 --- a/lily/include/break-align-item.hh +++ b/lily/include/break-align-item.hh @@ -20,11 +20,8 @@ break-align-symbol -- the index in the spacing table (symbol) of the to be aligned item. - - TODO: remove this as a class, and make interface. - */ - -class Break_align_item +*/ +class Break_align_interface { public: static SCM before_line_breaking (SCM); @@ -33,5 +30,6 @@ public: static bool has_interface (Score_element*); static void add_element (Score_element*me, Score_element*add); static Real alignment_callback (Score_element*, Axis); + static Real self_align_callback (Score_element*, Axis); }; #endif // BREAK_ALIGN_ITEM_HH