lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Count MIDI ticks from the beginning of the score, not each staff ind


From: dak
Subject: Re: Count MIDI ticks from the beginning of the score, not each staff independently. (issue 73610044)
Date: Fri, 28 Mar 2014 20:26:03 +0000


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/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]