]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/sccol.hh
release: 0.0.14
[lilypond.git] / hdr / sccol.hh
index f8aceb23040813329b40cf6496fd78e3ea688564..b61a02682f10aefd1cc01f281ad02ab2763bad6f 100644 (file)
@@ -29,6 +29,8 @@ struct Score_column {
     static int compare(Score_column & c1, Score_column &c2) {
        return sgn(c1.when - c2.when);
     }
+    void add_duration(Real );
+    void preprocess();
     void set_breakable() {
         pcol_->set_breakable();
     }