]> git.donarmstrong.com Git - lilypond.git/blobdiff - src/score.cc
release: 0.0.18
[lilypond.git] / src / score.cc
index 4c584c4ea727b3e6cc2bb4100a94e61737463992..5a65809c5ac73255bd00c89119f647ce760728f0 100644 (file)
@@ -24,8 +24,9 @@ Score::process()
 
     // do this after processing, staffs first have to generate PCols.
     do_pcols();
-    // ugh. Would want to clean the columns before anything else.
-    clean_cols();
+
+    clean_cols();    // can't move this farther up.
+
     calc_idealspacing();
 
     // debugging