]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.52
authorfred <fred>
Sun, 24 Mar 2002 20:07:29 +0000 (20:07 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:07:29 +0000 (20:07 +0000)
lily/score-column.cc

index bd1a3527b451947376b2aa48a87226c7d82a5e26..0da2f640cbd0b024cc89f4b0b9156424ccf1d750 100644 (file)
@@ -42,6 +42,7 @@ Moment_compare (Moment const &m1, Moment const &m2)
 void
 Score_column::preprocess()
 {
+  Paper_column ::preprocess ();
   durations.sort (Moment_compare);
 }