X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fgregorian-ligature-engraver.hh;h=3ebf372eedb25876ad2dc422c0370ade43d70926;hb=b0a0b0da364a2379e3a26a0cd6af87fece1594fb;hp=261f4814aa36c9ae3ad7ae2009f31458708cff1a;hpb=b7a0cffbf9d1069860368f289a5b50e9d1d90ba8;p=lilypond.git diff --git a/lily/include/gregorian-ligature-engraver.hh b/lily/include/gregorian-ligature-engraver.hh index 261f4814aa..3ebf372eed 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--2009 Juergen Reuter + Copyright (C) 2003--2012 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 @@ -35,7 +35,7 @@ protected: virtual void listen_pes_or_flexa (Stream_event *ev); virtual void build_ligature (Spanner *ligature, vector primitives); virtual void transform_heads (Spanner *ligature, - vector primitives) = 0; + vector primitives) = 0; void stop_translation_timestep (); };