CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/08/18 15:34:32
Modified files:
. : ChangeLog
lily : breathing-sign-engraver.cc
chord-tremolo-engraver.cc context-def.cc
engraver-group.cc mark-engraver.cc
multi-measure-rest-engraver.cc performer.cc
staff-performer.cc time-signature-engraver.cc
translator-group-ctors.cc
lily/include : recording-group-engraver.hh score-engraver.hh
Added files:
lily/include : engraver-group.hh performer-group.hh
Removed files:
lily/include : engraver-group-engraver.hh
performer-group-performer.hh
Log message:
* lily/include/engraver-group.hh: rename.
* lily/include/performer-group.hh: rename.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4036&tr2=1.4037&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/breathing-sign-engraver.cc.diff?tr1=1.41&tr2=1.42&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/chord-tremolo-engraver.cc.diff?tr1=1.91&tr2=1.92&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/context-def.cc.diff?tr1=1.48&tr2=1.49&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/engraver-group.cc.diff?tr1=1.25&tr2=1.26&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/mark-engraver.cc.diff?tr1=1.111&tr2=1.112&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/multi-measure-rest-engraver.cc.diff?tr1=1.112&tr2=1.113&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/performer.cc.diff?tr1=1.39&tr2=1.40&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/staff-performer.cc.diff?tr1=1.72&tr2=1.73&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/time-signature-engraver.cc.diff?tr1=1.68&tr2=1.69&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/translator-group-ctors.cc.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/include/engraver-group.hh.diff?tr1=1.18&tr2=1.19&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/include/performer-group.hh?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/include/recording-group-engraver.hh.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/include/score-engraver.hh.diff?tr1=1.36&tr2=1.37&r1=text&r2=text
Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4036 lilypond/ChangeLog:1.4037
--- lilypond/ChangeLog:1.4036 Thu Aug 18 15:10:53 2005
+++ lilypond/ChangeLog Thu Aug 18 15:34:30 2005
@@ -1,3 +1,9 @@
+2005-08-18 Han-Wen Nienhuys <[EMAIL PROTECTED]>
+
+ * lily/include/engraver-group.hh: rename.
+
+ * lily/include/performer-group.hh: rename.
+
2005-08-18 Mats Bengtsson <[EMAIL PROTECTED]>
* input/test/script-abbreviations.ly: Removed some old LaTeX
Index: lilypond/lily/breathing-sign-engraver.cc
diff -u lilypond/lily/breathing-sign-engraver.cc:1.41
lilypond/lily/breathing-sign-engraver.cc:1.42
--- lilypond/lily/breathing-sign-engraver.cc:1.41 Thu Aug 11 12:52:30 2005
+++ lilypond/lily/breathing-sign-engraver.cc Thu Aug 18 15:34:30 2005
@@ -14,7 +14,7 @@
#include "staff-symbol-referencer.hh"
#include "breathing-sign.hh"
-#include "engraver-group-engraver.hh"
+#include "engraver-group.hh"
#include "item.hh"
class Breathing_sign_engraver : public Engraver
Index: lilypond/lily/chord-tremolo-engraver.cc
diff -u lilypond/lily/chord-tremolo-engraver.cc:1.91
lilypond/lily/chord-tremolo-engraver.cc:1.92
--- lilypond/lily/chord-tremolo-engraver.cc:1.91 Sat Aug 13 21:35:23 2005
+++ lilypond/lily/chord-tremolo-engraver.cc Thu Aug 18 15:34:30 2005
@@ -10,7 +10,7 @@
#include "repeated-music.hh"
#include "stem.hh"
#include "rhythmic-head.hh"
-#include "engraver-group-engraver.hh"
+#include "engraver-group.hh"
#include "warn.hh"
#include "misc.hh"
#include "spanner.hh"
Index: lilypond/lily/context-def.cc
diff -u lilypond/lily/context-def.cc:1.48 lilypond/lily/context-def.cc:1.49
--- lilypond/lily/context-def.cc:1.48 Thu Aug 18 11:40:22 2005
+++ lilypond/lily/context-def.cc Thu Aug 18 15:34:31 2005
@@ -18,8 +18,8 @@
#include "translator-group.hh"
#include "warn.hh"
-#include "engraver-group-engraver.hh"
-#include "performer-group-performer.hh"
+#include "engraver-group.hh"
+#include "performer-group.hh"
Context_def::Context_def ()
{
Index: lilypond/lily/engraver-group.cc
diff -u lilypond/lily/engraver-group.cc:1.25
lilypond/lily/engraver-group.cc:1.26
--- lilypond/lily/engraver-group.cc:1.25 Thu Aug 18 14:55:12 2005
+++ lilypond/lily/engraver-group.cc Thu Aug 18 15:34:31 2005
@@ -1,12 +1,12 @@
/*
- engraver-group-engraver.cc -- implement Engraver_group
+ engraver-group.cc -- implement Engraver_group
source file of the GNU LilyPond music typesetter
(c) 1997--2005 Han-Wen Nienhuys <[EMAIL PROTECTED]>
*/
-#include "engraver-group-engraver.hh"
+#include "engraver-group.hh"
#include "warn.hh"
#include "paper-score.hh"
Index: lilypond/lily/include/recording-group-engraver.hh
diff -u lilypond/lily/include/recording-group-engraver.hh:1.3
lilypond/lily/include/recording-group-engraver.hh:1.4
--- lilypond/lily/include/recording-group-engraver.hh:1.3 Thu Aug 18
11:40:23 2005
+++ lilypond/lily/include/recording-group-engraver.hh Thu Aug 18 15:34:32 2005
@@ -9,7 +9,7 @@
#ifndef RECORDING_GROUP_ENGRAVER_HH
#define RECORDING_GROUP_ENGRAVER_HH
-#include "engraver-group-engraver.hh"
+#include "engraver-group.hh"
class Recording_group_engraver : public Engraver_group
{
Index: lilypond/lily/include/score-engraver.hh
diff -u lilypond/lily/include/score-engraver.hh:1.36
lilypond/lily/include/score-engraver.hh:1.37
--- lilypond/lily/include/score-engraver.hh:1.36 Thu Aug 18 11:40:23 2005
+++ lilypond/lily/include/score-engraver.hh Thu Aug 18 15:34:32 2005
@@ -9,7 +9,7 @@
#ifndef SCORE_ENGRAVER_HH
#define SCORE_ENGRAVER_HH
-#include "engraver-group-engraver.hh"
+#include "engraver-group.hh"
#include "score-translator.hh"
class Score_engraver : public virtual Score_translator,
Index: lilypond/lily/mark-engraver.cc
diff -u lilypond/lily/mark-engraver.cc:1.111
lilypond/lily/mark-engraver.cc:1.112
--- lilypond/lily/mark-engraver.cc:1.111 Mon Aug 15 11:17:43 2005
+++ lilypond/lily/mark-engraver.cc Thu Aug 18 15:34:31 2005
@@ -10,7 +10,7 @@
#include "bar-line.hh"
#include "context.hh"
-#include "engraver-group-engraver.hh"
+#include "engraver-group.hh"
#include "item.hh"
#include "warn.hh"
#include "text-interface.hh"
Index: lilypond/lily/multi-measure-rest-engraver.cc
diff -u lilypond/lily/multi-measure-rest-engraver.cc:1.112
lilypond/lily/multi-measure-rest-engraver.cc:1.113
--- lilypond/lily/multi-measure-rest-engraver.cc:1.112 Sat Aug 13 21:35:22 2005
+++ lilypond/lily/multi-measure-rest-engraver.cc Thu Aug 18 15:34:31 2005
@@ -7,7 +7,7 @@
#include "multi-measure-rest.hh"
#include "paper-column.hh"
-#include "engraver-group-engraver.hh"
+#include "engraver-group.hh"
#include "side-position-interface.hh"
#include "staff-symbol-referencer.hh"
#include "moment.hh"
Index: lilypond/lily/performer.cc
diff -u lilypond/lily/performer.cc:1.39 lilypond/lily/performer.cc:1.40
--- lilypond/lily/performer.cc:1.39 Thu Aug 18 11:40:22 2005
+++ lilypond/lily/performer.cc Thu Aug 18 15:34:31 2005
@@ -8,7 +8,7 @@
*/
#include "context.hh"
-#include "performer-group-performer.hh"
+#include "performer-group.hh"
#include "warn.hh"
void
Index: lilypond/lily/staff-performer.cc
diff -u lilypond/lily/staff-performer.cc:1.72
lilypond/lily/staff-performer.cc:1.73
--- lilypond/lily/staff-performer.cc:1.72 Sat Aug 13 21:35:22 2005
+++ lilypond/lily/staff-performer.cc Thu Aug 18 15:34:31 2005
@@ -10,7 +10,7 @@
#include "audio-column.hh"
#include "audio-item.hh"
#include "audio-staff.hh"
-#include "performer-group-performer.hh"
+#include "performer-group.hh"
#include "context.hh"
/** Perform a staff. Individual notes should have their instrument
Index: lilypond/lily/time-signature-engraver.cc
diff -u lilypond/lily/time-signature-engraver.cc:1.68
lilypond/lily/time-signature-engraver.cc:1.69
--- lilypond/lily/time-signature-engraver.cc:1.68 Fri Aug 12 00:04:45 2005
+++ lilypond/lily/time-signature-engraver.cc Thu Aug 18 15:34:31 2005
@@ -8,7 +8,7 @@
#include "time-signature.hh"
#include "warn.hh"
-#include "engraver-group-engraver.hh"
+#include "engraver-group.hh"
#include "misc.hh"
/**
Index: lilypond/lily/translator-group-ctors.cc
diff -u lilypond/lily/translator-group-ctors.cc:1.4
lilypond/lily/translator-group-ctors.cc:1.5
--- lilypond/lily/translator-group-ctors.cc:1.4 Thu Aug 18 14:55:12 2005
+++ lilypond/lily/translator-group-ctors.cc Thu Aug 18 15:34:31 2005
@@ -8,8 +8,8 @@
#include "score-engraver.hh"
#include "score-performer.hh"
-#include "engraver-group-engraver.hh"
-#include "performer-group-performer.hh"
+#include "engraver-group.hh"
+#include "performer-group.hh"
#include "recording-group-engraver.hh"
#include "warn.hh"
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs