From: erik Date: Wed, 20 Apr 2005 11:15:21 +0000 (+0000) Subject: Bugfix X-Git-Tag: release/2.5.23~92 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=695b5d32b2d417f4898dd74dda870cd2f6a6064d;p=lilypond.git Bugfix --- diff --git a/ChangeLog b/ChangeLog index b981670c01..ed4a6a681e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-04-20 Erik Sandberg + + * ly/performer-init.ly: Bugfix + + * THANKS: Added bughunters. + 2005-04-20 Han-Wen Nienhuys * lily/ledger-line-spanner.cc: some more words of explanation. diff --git a/THANKS b/THANKS index 72677f7287..870d12924c 100644 --- a/THANKS +++ b/THANKS @@ -49,6 +49,7 @@ Anthony W. Youngman Antti Kaihola Arjan Bos Bernard Hurley +David Rogers Dylan Nicholson Ed Jackson Erik Ronström @@ -62,10 +63,10 @@ Laura Conrad Paul Scott Richard Schoeller Roman Stöckl-Schmidt +Stephen McCarthy Tapio Tuovila Will Oram Wolfgang Hoffmann -David Rogers Release 2.4 diff --git a/ly/performer-init.ly b/ly/performer-init.ly index b1b5f2c723..d13655a894 100644 --- a/ly/performer-init.ly +++ b/ly/performer-init.ly @@ -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"