From a34d7f96b4ac1c4daef66d731b1298a514ad4f0d Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 24 May 2006 11:58:00 +0000 Subject: [PATCH] (start_new_syllable): remove debugging hook. --- ChangeLog | 6 +++++- lily/lyric-combine-music-iterator.cc | 2 -- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7073c4554e..f2a0a735f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ 2006-05-24 Han-Wen Nienhuys - * configure.in (LINK_GXX_STATICALLY): use "" to allow $ expansion. + * lily/lyric-combine-music-iterator.cc (start_new_syllable): + remove debugging hook. + + * configure.in (LINK_GXX_STATICALLY): use "" to allow $ + expansion. Backportme. * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E. diff --git a/lily/lyric-combine-music-iterator.cc b/lily/lyric-combine-music-iterator.cc index feb18d6559..14d3959cee 100644 --- a/lily/lyric-combine-music-iterator.cc +++ b/lily/lyric-combine-music-iterator.cc @@ -95,8 +95,6 @@ Lyric_combine_music_iterator::start_new_syllable () busy_ = false; - scm_display (music_context_->now_mom().smobbed_copy(), scm_current_output_port ()); - if (!lyrics_context_) return false; -- 2.39.2