CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Jan Nieuwenhuizen <[EMAIL PROTECTED]>   05/08/19 18:48:05

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

Log message:
        * Documentation/user/examples.itely (Piano templates):
        * lily/include/performer-group.hh: Remove last traces of
        Performer_group_performer.  Fixes make web.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/include/performer-group.hh.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/include/engraver-group.hh.diff?tr1=1.19&tr2=1.20&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/topdocs/NEWS.tely.diff?tr1=1.71&tr2=1.72&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4043&tr2=1.4044&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4043 lilypond/ChangeLog:1.4044
--- lilypond/ChangeLog:1.4043   Fri Aug 19 12:07:34 2005
+++ lilypond/ChangeLog  Fri Aug 19 18:48:05 2005
@@ -1,3 +1,9 @@
+2005-08-19  Jan Nieuwenhuizen  <[EMAIL PROTECTED]>
+
+       * 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  <[EMAIL PROTECTED]>
 
        * Documentation/user/examples.itely (Piano templates): change
Index: lilypond/Documentation/topdocs/NEWS.tely
diff -u lilypond/Documentation/topdocs/NEWS.tely:1.71 
lilypond/Documentation/topdocs/NEWS.tely:1.72
--- lilypond/Documentation/topdocs/NEWS.tely:1.71       Fri Aug 19 10:13:08 2005
+++ lilypond/Documentation/topdocs/NEWS.tely    Fri Aug 19 18:48:05 2005
@@ -222,7 +222,7 @@
 
 @lilypond[relative=1,verbatim,fragment]
 {
-  c d( e) f e
+  c d( e) f e d
 } \addlyrics {
   Ky -- _ _ ri e
 }
Index: lilypond/lily/include/engraver-group.hh
diff -u lilypond/lily/include/engraver-group.hh:1.19 
lilypond/lily/include/engraver-group.hh:1.20
--- lilypond/lily/include/engraver-group.hh:1.19        Thu Aug 18 15:34:32 2005
+++ lilypond/lily/include/engraver-group.hh     Fri Aug 19 18:48:05 2005
@@ -32,6 +32,6 @@
 
 void engraver_each (SCM list, Engraver_method method);
 
-#endif // ENGRAVERGROUP_HH
+#endif /* ENGRAVERGROUP_HH */
 
 
Index: lilypond/lily/include/performer-group.hh
diff -u lilypond/lily/include/performer-group.hh:1.1 
lilypond/lily/include/performer-group.hh:1.2
--- lilypond/lily/include/performer-group.hh:1.1        Thu Aug 18 15:34:32 2005
+++ lilypond/lily/include/performer-group.hh    Fri Aug 19 18:48:05 2005
@@ -1,12 +1,12 @@
 /*
-  performer-group-performer.hh -- declare Performer_group
+  performer-group.hh -- declare Performer_group
 
   (c) 1996--2005 Han-Wen Nienhuys <[EMAIL PROTECTED]>
   Jan Nieuwenhuizen <[EMAIL PROTECTED]>
 */
 
-#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 @@
 
 void performer_each (SCM list, Performer_method method);
 
-#endif // PERFORMER_GROUP_PERFORMER_HH
-
+#endif /* PERFORMER_GROUP_HH */


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to