]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/part-combine-iterator.cc
MIDI: #'instrument mode: do not re-initialize channel with empty instrument.
[lilypond.git] / lily / part-combine-iterator.cc
index 7f42971b0c0e67c9223fd51a4b02b73db5fc1d8f..adbc2beb32d18f1e01848c3400d79939eaacc9df 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2004--2010 Han-Wen Nienhuys
+  Copyright (C) 2004--2011 Han-Wen Nienhuys
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -135,6 +135,9 @@ Part_combine_iterator::Part_combine_iterator ()
   split_list_ = SCM_EOL;
   state_ = APART;
   playing_state_ = APART;
+
+  busy_ = false;
+  notice_busy_ = false;
 }
 
 void