From: Han-Wen Nienhuys Date: Wed, 24 May 2006 11:58:00 +0000 (+0000) Subject: (start_new_syllable): X-Git-Tag: release/2.9.6~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a34d7f96b4ac1c4daef66d731b1298a514ad4f0d;p=lilypond.git (start_new_syllable): remove debugging hook. --- 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;