X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fgregorian-ligature-engraver.hh;h=f2a1334ae93c89d834700bb7b3a8959f2e34ccbe;hb=8e2eaf4959bec63a1128a444591a540f4f1e2937;hp=2f227eff8bb16f6032df710aa6ecaceab244ce6e;hpb=82bc9ad690e201aaa55694f8b92261ae7338f56a;p=lilypond.git diff --git a/lily/include/gregorian-ligature-engraver.hh b/lily/include/gregorian-ligature-engraver.hh index 2f227eff8b..f2a1334ae9 100644 --- a/lily/include/gregorian-ligature-engraver.hh +++ b/lily/include/gregorian-ligature-engraver.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2003--2014 Juergen Reuter + Copyright (C) 2003--2015 Juergen Reuter LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -29,10 +29,12 @@ public: // no TRANSLATOR_DECLARATIONS (Gregorian_ligature_engraver) needed // since this class is abstract + TRANSLATOR_INHERIT(Coherent_ligature_engraver); + DECLARE_TRANSLATOR_CALLBACKS (Gregorian_ligature_engraver); protected: - Gregorian_ligature_engraver (); + Gregorian_ligature_engraver (Context *); - virtual void listen_pes_or_flexa (Stream_event *ev); + void listen_pes_or_flexa (Stream_event *ev); virtual void build_ligature (Spanner *ligature, vector const &primitives); virtual void transform_heads (Spanner *ligature,