]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-performer.cc
Small correction to Issue2392
[lilypond.git] / lily / score-performer.cc
index 92c6625534b39ffb22477c60d1a209aa9aed26ce..1ab23e096fbe06b8021531b3b40b27353d37e3cb 100644 (file)
@@ -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_)