]> git.donarmstrong.com Git - lilypond.git/commitdiff
(stop_translation_timestep): reset
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 31 May 2004 11:59:41 +0000 (11:59 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 31 May 2004 11:59:41 +0000 (11:59 +0000)
ties_created_. Fixes bugs/midi-tie.ly,
bugs/midi-lyrics-barcheck.ly

ChangeLog
lily/tie-performer.cc

index 350edca37e99a936e508e2211f10da0d218e3cb5..65e1818570b9a00b64ddd7d9b64e240d74e1d14b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * lily/tie-performer.cc (stop_translation_timestep): reset
+       ties_created_. Fixes bugs/midi-tie.ly,
+       bugs/midi-lyrics-barcheck.ly
+       
        * scm/define-grobs.scm (all-grob-descriptions): remove
        break-visibility. Should fix: bugs/piano-repeat.ly
 
index c5e70cabb163cdc87f5629e31a69b2601ff0e2a9..8552c20e0cb209e6ec739260a4b3d40285eb729f 100644 (file)
@@ -99,6 +99,7 @@ Tie_performer::stop_translation_timestep ()
     {
       heads_to_tie_.clear ();
       last_event_ = 0;
+      ties_created_ = false;
     }
   
   if (event_)