]> git.donarmstrong.com Git - lilypond.git/commitdiff
(start_new_syllable):
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 24 May 2006 11:58:00 +0000 (11:58 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 24 May 2006 11:58:00 +0000 (11:58 +0000)
remove debugging hook.

ChangeLog
lily/lyric-combine-music-iterator.cc

index 7073c4554e5d19a7577d88b2b2cbeeba63d2fc0e..f2a0a735f1dc022d490297f6f81de9c7460fdbce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
-       * 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.
 
index feb18d65590db03c0ae81108b70c7e72174b5ed7..14d3959cee5ceaae5b0b461cb5d9a14f48653865 100644 (file)
@@ -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;