From 50256c1361ca955f6e28c70bf0624d6791af201c Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 20 Jan 2004 17:04:29 +0000 Subject: [PATCH] (pending_moment): don't check run_always (). --- ChangeLog | 5 +++++ lily/simultaneous-music-iterator.cc | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6fa1225259..c283e4c085 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2004-01-20 Han-Wen Nienhuys + * lily/simultaneous-music-iterator.cc (pending_moment): don't + check run_always (). + + * VERSION: release 2.1.13 + * input/regression/note-head-style.ly (pattern): cleanup. * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for diff --git a/lily/simultaneous-music-iterator.cc b/lily/simultaneous-music-iterator.cc index a222cf0856..efb2965aee 100644 --- a/lily/simultaneous-music-iterator.cc +++ b/lily/simultaneous-music-iterator.cc @@ -161,8 +161,7 @@ Simultaneous_music_iterator::pending_moment () const for (SCM s = children_list_; gh_pair_p (s); s = gh_cdr(s)) { Music_iterator * it = unsmob_iterator (gh_car (s)); - if (!it-> run_always ()) - next = next pending_moment (); + next = next pending_moment (); } return next; -- 2.39.2