X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftie-configuration.hh;h=7bc88d2762f3a5587635dc6427a89d5d30b60360;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=cd3bfe399882c875400d70fb9a7f2758f132af9d;hpb=f1be8fc9c6ff873ed9074dfb27fc898a8b001306;p=lilypond.git diff --git a/lily/include/tie-configuration.hh b/lily/include/tie-configuration.hh index cd3bfe3998..7bc88d2762 100644 --- a/lily/include/tie-configuration.hh +++ b/lily/include/tie-configuration.hh @@ -3,19 +3,17 @@ source file of the GNU LilyPond music typesetter - (c) 2005--2006 Han-Wen Nienhuys + (c) 2005--2008 Han-Wen Nienhuys */ #ifndef TIE_CONFIGURATION_HH #define TIE_CONFIGURATION_HH -#include "main.hh" -#include "lily-proto.hh" #include "direction.hh" #include "interval.hh" -#include "compare.hh" #include "std-vector.hh" +#include "main.hh" // DEBUG_SLUR_SCORING class Tie_configuration { @@ -70,6 +68,8 @@ public: void reset_score (); string card () const; string tie_card (int i) const { return tie_score_cards_[i]; } + string complete_tie_card (vsize i) const; + string complete_score_card () const; }; #endif /* TIE_CONFIGURATION_HH */