From: fred Date: Sun, 24 Mar 2002 20:07:29 +0000 (+0000) Subject: lilypond-0.1.52 X-Git-Tag: release/1.5.59~3339 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1cf47d1821777b85d879af142270b5bc6a826d61;p=lilypond.git lilypond-0.1.52 --- diff --git a/lily/score-column.cc b/lily/score-column.cc index bd1a3527b4..0da2f640cb 100644 --- a/lily/score-column.cc +++ b/lily/score-column.cc @@ -42,6 +42,7 @@ Moment_compare (Moment const &m1, Moment const &m2) void Score_column::preprocess() { + Paper_column ::preprocess (); durations.sort (Moment_compare); }