]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/mensural-ligature-engraver.cc
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / lily / mensural-ligature-engraver.cc
index 874b2ebb35e2eacae7e99b9a7f08238e12e05318..482538c720588537f16291fc2b243b46514fe7ad 100644 (file)
@@ -73,7 +73,8 @@ private:
                            Real &min_length);
 };
 
-Mensural_ligature_engraver::Mensural_ligature_engraver ()
+Mensural_ligature_engraver::Mensural_ligature_engraver (Context *c)
+  : Coherent_ligature_engraver (c)
 {
   brew_ligature_primitive_proc
     = Mensural_ligature::brew_ligature_primitive_proc;