From 5c82851e2bd408a088af4798f17115086372e768 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Fri, 25 Oct 2013 10:54:37 +0200 Subject: [PATCH] Small correction to Issue2392 --- lily/score-performer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_) -- 2.39.5