X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fscore-engraver.hh;h=4b042fe94b43c63f812002c025a6cb00190276c9;hb=0b544cfb7332615ef809b71b57ab656741311ae1;hp=a31383d3a909b99c6f9134da91c0954c07c8fa03;hpb=e18531db1f79fb685fbd16d6a2a67bf4b6c09915;p=lilypond.git diff --git a/lily/include/score-engraver.hh b/lily/include/score-engraver.hh index a31383d3a9..4b042fe94b 100644 --- a/lily/include/score-engraver.hh +++ b/lily/include/score-engraver.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2010 Han-Wen Nienhuys + Copyright (C) 1997--2014 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -26,7 +26,7 @@ class Score_engraver : public Engraver_group { System *system_; - vector elems_; + vector elems_; Paper_score *pscore_; void typeset_all ();