https://codereview.appspot.com/73610044/diff/60001/lily/score-performer.cc File lily/score-performer.cc (right):
https://codereview.appspot.com/73610044/diff/60001/lily/score-performer.cc#newcode181 lily/score-performer.cc:181: performance_ = new Performance(context ()->get_property ("midiStart")); Stupid question: when is midiStart available if it is a context property? We call Translator_group::initialize below, so it would appear that the general initializations are not yet done. Can one even do this using \score { { \set Score.midiStart = ... or will it not arrive in time? If not (I actually don't know), it seems like making it rather part of the midi block might be more appropriate. In which case we would not need to store it separately as it would then be part of performance_->midi_. https://codereview.appspot.com/73610044/ _______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
