]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/gregorian-ligature-engraver.hh
Imported Upstream version 2.16.0
[lilypond.git] / lily / include / gregorian-ligature-engraver.hh
index 790de04a8c221be14253b13134e5afba144684cc..3ebf372eedb25876ad2dc422c0370ade43d70926 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2003--2011 Juergen Reuter <reuter@ipd.uka.de>
+  Copyright (C) 2003--2012 Juergen Reuter <reuter@ipd.uka.de>
 
   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<Grob_info> primitives);
   virtual void transform_heads (Spanner *ligature,
-                               vector<Grob_info> primitives) = 0;
+                                vector<Grob_info> primitives) = 0;
   void stop_translation_timestep ();
 };