From 8ab91cc97265f688761e72df996b4217d01c13c5 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 31 May 2004 11:59:41 +0000 Subject: [PATCH] (stop_translation_timestep): reset ties_created_. Fixes bugs/midi-tie.ly, bugs/midi-lyrics-barcheck.ly --- ChangeLog | 4 ++++ lily/tie-performer.cc | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 350edca37e..65e1818570 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2004-05-31 Han-Wen Nienhuys + * 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 diff --git a/lily/tie-performer.cc b/lily/tie-performer.cc index c5e70cabb1..8552c20e0c 100644 --- a/lily/tie-performer.cc +++ b/lily/tie-performer.cc @@ -99,6 +99,7 @@ Tie_performer::stop_translation_timestep () { heads_to_tie_.clear (); last_event_ = 0; + ties_created_ = false; } if (event_) -- 2.39.5