]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.66
authorfred <fred>
Sun, 24 Mar 2002 19:44:51 +0000 (19:44 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:44:51 +0000 (19:44 +0000)
lily/include/p-score.hh

index 5490345729eb3d7b42432b8aa675c3be36cef849..75b875c6169f4907f5db6ad0fb16875efef3a5d8 100644 (file)
@@ -60,6 +60,8 @@ public:
     PCursor<PCol *> find_col(PCol const *)const;
 
     Link_array<PCol> col_range(PCol *left_l, PCol *right_l) const;
+    Link_array<PCol> breakable_col_range(PCol*,PCol*) const;
+    Link_array<PCol> broken_col_range(PCol*,PCol*) const;
     
     /* MAIN ROUTINES */
     void process();