]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/examples.itely (Piano templates):
authorJan Nieuwenhuizen <janneke@gnu.org>
Fri, 19 Aug 2005 18:48:05 +0000 (18:48 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Fri, 19 Aug 2005 18:48:05 +0000 (18:48 +0000)
* lily/include/performer-group.hh: Remove last traces of
Performer_group_performer.  Fixes make web.

ChangeLog
Documentation/topdocs/NEWS.tely
lily/include/engraver-group.hh
lily/include/performer-group.hh

index 7c96099a1067783ce52109fc6899bb055cc16319..7aaf5ed3a8a43c11da2cfc878a1d20130bda6a0c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * 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  <hanwen@xs4all.nl>
 
        * Documentation/user/examples.itely (Piano templates): change
index 109d1d09f7c5e10d71786023fac7b513f5fce0fa..b434dec97eca2e2a181e62fc38df3cbd26532bc7 100644 (file)
@@ -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
 }
index 3e61dad3cd2dc170203ac1506eb488a96b7149bc..f8571a2daa9ddd38d68e7933a03fe8ecd25c48de 100644 (file)
@@ -32,6 +32,6 @@ typedef void (Engraver:: *Engraver_method) (void);
 
 void engraver_each (SCM list, Engraver_method method);
 
-#endif // ENGRAVERGROUP_HH
+#endif /* ENGRAVERGROUP_HH */
 
 
index 07baa64d2dfad044fe6fa699211995daa5182e28..98bb6db30432900b7e2f4346fb9afe5026810516 100644 (file)
@@ -1,12 +1,12 @@
 /*
-  performer-group-performer.hh -- declare Performer_group
+  performer-group.hh -- declare Performer_group
 
   (c) 1996--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
-#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 */