From a4f12f2daf0d85e59f75e9368e637dea27666589 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Thu, 7 Apr 2011 21:19:23 +0200 Subject: [PATCH] Revert "lily/stem-engraver.cc: Improve error message for incompatible durations while stemming" This reverts commit b13f1ae311325d05589dd87fd6e04098de1d3538. --- lily/stem-engraver.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lily/stem-engraver.cc b/lily/stem-engraver.cc index 738eaf8d1e..ae5af1a3c4 100644 --- a/lily/stem-engraver.cc +++ b/lily/stem-engraver.cc @@ -152,10 +152,9 @@ Stem_engraver::acknowledge_rhythmic_head (Grob_info gi) if (ds != dc) { - ds = Stem::duration_log (stem_); - gi.event_cause ()->origin ()->warning (_f ("adding note head to incompatible stem (type = %d/%d)", - ds < 0 ? 1 << -ds : 1, - ds > 0 ? 1 << ds : 1)); + // FIXME: + gi.event_cause ()->origin ()->warning (_f ("adding note head to incompatible stem (type = %d)", + 1 << Stem::duration_log (stem_))); gi.event_cause ()->origin ()->warning (_ ("maybe input should specify polyphonic voices")); } -- 2.39.2