From cda4608f58e1990633b64c1d1774aade6fe64b4b Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:44:51 +0000 Subject: [PATCH] lilypond-0.0.66 --- lily/include/p-score.hh | 2 ++ 1 file changed, 2 insertions(+) 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(); -- 2.39.5