From: David Kastrup Date: Fri, 25 Oct 2013 08:54:37 +0000 (+0200) Subject: Small correction to Issue2392 X-Git-Tag: release/2.17.95-1~4^2~20 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5c82851e2bd408a088af4798f17115086372e768;p=lilypond.git Small correction to Issue2392 --- diff --git a/lily/score-performer.cc b/lily/score-performer.cc index 92c6625534..1ab23e096f 100644 --- a/lily/score-performer.cc +++ b/lily/score-performer.cc @@ -141,7 +141,7 @@ Score_performer::one_time_step (SCM) // would appear not to suffer any bad side effects. if (!audio_column_) - audio_column_ = new Audio_column (context ()->get_global_context ()->now_mom ()); + audio_column_ = new Audio_column (context ()->now_mom ()); if (to_boolean (context ()->get_property ("skipTypesetting"))) { if (!skipping_)