From: fred Date: Sun, 24 Mar 2002 19:44:51 +0000 (+0000) Subject: lilypond-0.0.66 X-Git-Tag: release/1.5.59~4640 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cda4608f58e1990633b64c1d1774aade6fe64b4b;p=lilypond.git lilypond-0.0.66 --- diff --git a/lily/include/p-score.hh b/lily/include/p-score.hh index 5490345729..75b875c616 100644 --- a/lily/include/p-score.hh +++ b/lily/include/p-score.hh @@ -60,6 +60,8 @@ public: PCursor find_col(PCol const *)const; Link_array col_range(PCol *left_l, PCol *right_l) const; + Link_array breakable_col_range(PCol*,PCol*) const; + Link_array broken_col_range(PCol*,PCol*) const; /* MAIN ROUTINES */ void process();