]> git.donarmstrong.com Git - lilypond.git/commitdiff
(acknowledge_audio_element): bugfix: use
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 20 Mar 2004 22:33:49 +0000 (22:33 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 20 Mar 2004 22:33:49 +0000 (22:33 +0000)
and init ties_created_

ChangeLog
lily/tie-performer.cc
scm/lily.scm

index d30fc3ab0ae4f6cb8492401a96fa8d4c4d8789ab..9f45dbb2b579b2878ee8306172306c20b2f7ace9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
+       and init ties_created_
+
        * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
        doc string from IMPLEMENT_CTOR_CALLBACK().
 
index 92cde85eb5cd3e8825c3e85e59e03db04d419798..c5e70cabb163cdc87f5629e31a69b2601ff0e2a9 100644 (file)
@@ -38,6 +38,7 @@ Tie_performer::Tie_performer ()
 {
   event_ = 0;
   last_event_  = 0;
+  ties_created_ = false;
 }
 
 
@@ -77,6 +78,7 @@ Tie_performer::acknowledge_audio_element (Audio_element_info inf)
                             left_mus->get_property ("pitch")))
            {
              an->tie_to (th);
+             ties_created_ = true;  
            }
        }
     }
index 0797a64e0a6d68c399ab703e8fc20531175ff47d..29c6f8d07d645867f451c1f7a015cbc131e5f3e4 100644 (file)
@@ -7,8 +7,8 @@
 
 ;;; Library functions
 
-;(if (defined? 'set-debug-cell-accesses!)
-;    (set-debug-cell-accesses! #t))
+(if (defined? 'set-debug-cell-accesses!)
+    (set-debug-cell-accesses! #f))
 
 (use-modules (ice-9 regex)
             (ice-9 safe)