]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/beam-performer.cc
* scm/titling.scm (default-score-title): remove caps for piece.
[lilypond.git] / lily / beam-performer.cc
index 868397641fba0906c1576f070fd94971ce647a9f..8748d7320d0ebe3987bb9f523e8b40c11f8dd21e 100644 (file)
@@ -57,7 +57,7 @@ Beam_performer::set_melisma (bool ml)
 {
   SCM b = get_property ("autoBeaming");
   if (!to_boolean (b))
-    daddy_context_->set_property ("beamMelismaBusy", ml ? SCM_BOOL_T :SCM_BOOL_F);
+context ()->set_property ("beamMelismaBusy", ml ? SCM_BOOL_T :SCM_BOOL_F);
 }
 
 void