From: Han-Wen Nienhuys Date: Mon, 31 May 2004 11:59:41 +0000 (+0000) Subject: (stop_translation_timestep): reset X-Git-Tag: release/2.2.2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8ab91cc97265f688761e72df996b4217d01c13c5;p=lilypond.git (stop_translation_timestep): reset ties_created_. Fixes bugs/midi-tie.ly, bugs/midi-lyrics-barcheck.ly --- 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_)