X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fgroup-interface.hh;h=48ddac33a8b9c323dec628972c5ac2d61f580765;hb=941dff9d2a67080e0dd8474f1e70f0c72ace6424;hp=00946d588b4d054a95abc8a07c44403044c1f239;hpb=75eebcb49e52d296b1da3e1074e0825d2c780db4;p=lilypond.git diff --git a/lily/include/group-interface.hh b/lily/include/group-interface.hh index 00946d588b..48ddac33a8 100644 --- a/lily/include/group-interface.hh +++ b/lily/include/group-interface.hh @@ -1,16 +1,27 @@ /* - group-interface.hh -- declare Group_interface + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 1999--2011 Han-Wen Nienhuys - (c) 1999--2006 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + LilyPond is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with LilyPond. If not, see . */ #ifndef GROUP_INTERFACE_HH #define GROUP_INTERFACE_HH #include "grob.hh" -#include "string.hh" +#include "std-string.hh" /** Look at Score element ELT as thing which has a list property called NAME_. Normally the list would contain Grobs, but