CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Erik Sandberg <[EMAIL PROTECTED]>       05/04/20 11:15:21

Modified files:
        .              : ChangeLog THANKS 
        ly             : performer-init.ly 

Log message:
        Bugfix

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3485&tr2=1.3486&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/THANKS.diff?tr1=1.108&tr2=1.109&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ly/performer-init.ly.diff?tr1=1.47&tr2=1.48&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3485 lilypond/ChangeLog:1.3486
--- lilypond/ChangeLog:1.3485   Wed Apr 20 10:59:07 2005
+++ lilypond/ChangeLog  Wed Apr 20 11:15:21 2005
@@ -1,3 +1,9 @@
+2005-04-20  Erik Sandberg  <[EMAIL PROTECTED]>
+
+        * ly/performer-init.ly: Bugfix
+
+        * THANKS: Added bughunters.
+
 2005-04-20  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
        * lily/ledger-line-spanner.cc: some more words of explanation.
Index: lilypond/THANKS
diff -u lilypond/THANKS:1.108 lilypond/THANKS:1.109
--- lilypond/THANKS:1.108       Mon Apr 18 12:06:35 2005
+++ lilypond/THANKS     Wed Apr 20 11:15:21 2005
@@ -49,6 +49,7 @@
 Antti Kaihola
 Arjan Bos
 Bernard Hurley
+David Rogers
 Dylan Nicholson
 Ed Jackson
 Erik Ronström
@@ -62,10 +63,10 @@
 Paul Scott
 Richard Schoeller
 Roman Stöckl-Schmidt
+Stephen McCarthy
 Tapio Tuovila
 Will Oram
 Wolfgang Hoffmann
-David Rogers
 
 
 Release 2.4
Index: lilypond/ly/performer-init.ly
diff -u lilypond/ly/performer-init.ly:1.47 lilypond/ly/performer-init.ly:1.48
--- lilypond/ly/performer-init.ly:1.47  Tue Apr 12 23:38:49 2005
+++ lilypond/ly/performer-init.ly       Wed Apr 20 11:15:21 2005
@@ -27,8 +27,9 @@
 \context {
     \type "Performer_group_performer"
     \name Voice
-    \consists "Dynamic_performer"
+    % The order of the dynamic performers is significant: absolute dynamic 
events must override crescendo events in midi.
     \consists "Span_dynamic_performer"
+    \consists "Dynamic_performer"
     \consists "Tie_performer"
     \consists "Piano_pedal_performer"
     \consists "Note_performer"


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

Reply via email to