From: Jan Nieuwenhuizen Date: Fri, 19 Aug 2005 18:48:05 +0000 (+0000) Subject: * Documentation/user/examples.itely (Piano templates): X-Git-Tag: release/2.7.6~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5d261fdf7ba80206ac7accdc6cdb83a1d2647d81;p=lilypond.git * Documentation/user/examples.itely (Piano templates): * lily/include/performer-group.hh: Remove last traces of Performer_group_performer. Fixes make web. --- diff --git a/ChangeLog b/ChangeLog index 7c96099a10..7aaf5ed3a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-08-19 Jan Nieuwenhuizen + + * Documentation/user/examples.itely (Piano templates): + * lily/include/performer-group.hh: Remove last traces of + Performer_group_performer. Fixes make web. + 2005-08-19 Han-Wen Nienhuys * Documentation/user/examples.itely (Piano templates): change diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 109d1d09f7..b434dec97e 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -222,7 +222,7 @@ Melismata can be specified simply in the lyrics now, eg. @lilypond[relative=1,verbatim,fragment] { - c d( e) f e + c d( e) f e d } \addlyrics { Ky -- _ _ ri e } diff --git a/lily/include/engraver-group.hh b/lily/include/engraver-group.hh index 3e61dad3cd..f8571a2daa 100644 --- a/lily/include/engraver-group.hh +++ b/lily/include/engraver-group.hh @@ -32,6 +32,6 @@ typedef void (Engraver:: *Engraver_method) (void); void engraver_each (SCM list, Engraver_method method); -#endif // ENGRAVERGROUP_HH +#endif /* ENGRAVERGROUP_HH */ diff --git a/lily/include/performer-group.hh b/lily/include/performer-group.hh index 07baa64d2d..98bb6db304 100644 --- a/lily/include/performer-group.hh +++ b/lily/include/performer-group.hh @@ -1,12 +1,12 @@ /* - performer-group-performer.hh -- declare Performer_group + performer-group.hh -- declare Performer_group (c) 1996--2005 Han-Wen Nienhuys Jan Nieuwenhuizen */ -#ifndef PERFORMER_GROUP_PERFORMER_HH -#define PERFORMER_GROUP_PERFORMER_HH +#ifndef PERFORMER_GROUP_HH +#define PERFORMER_GROUP_HH #include "performer.hh" #include "translator-group.hh" @@ -32,5 +32,4 @@ private: void performer_each (SCM list, Performer_method method); -#endif // PERFORMER_GROUP_PERFORMER_HH - +#endif /* PERFORMER_GROUP_HH */