X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fligature-engraver.cc;h=08d3b419962ab833b4ead2389083662d0a87f0a0;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=f3bac03c76955f62a913224224d3966aacc2016c;hpb=0c14539bc83d6bb405141b6f21430b33d1e8fcf0;p=lilypond.git diff --git a/lily/ligature-engraver.cc b/lily/ligature-engraver.cc index f3bac03c76..08d3b41996 100644 --- a/lily/ligature-engraver.cc +++ b/lily/ligature-engraver.cc @@ -82,7 +82,8 @@ * would require to have a single, complicated Ligature_engraver that * consists of all the code... This needs further thoughts. */ -Ligature_engraver::Ligature_engraver () +Ligature_engraver::Ligature_engraver (Context *c) + : Engraver (c) { ligature_ = 0; finished_ligature_ = 0;