From: fred Date: Mon, 18 Nov 1996 11:19:46 +0000 (+0000) Subject: lilypond-0.0.10 X-Git-Tag: release/1.5.59~6801 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a27115d1d3ba23769e645978b21de0992cb2d2e9;p=lilypond.git lilypond-0.0.10 --- diff --git a/src/pscore.cc b/src/pscore.cc index 8d7067760f..663a14c783 100644 --- a/src/pscore.cc +++ b/src/pscore.cc @@ -51,7 +51,7 @@ PScore::typeset_item(Item *i, PCol *c, PStaff *s, int breakstat) i->preprocess(); - if (c->daddy && c == c->daddy->prebreak) { // makeshift. + if (0 && c->daddy && c == c->daddy->prebreak) { // makeshift. Interval iv (i->width()); if (!iv.empty()) {