From 2e5ad49e18ddfff7b1c35157149c8e8271ecc718 Mon Sep 17 00:00:00 2001 From: Erik Sandberg Date: Wed, 20 Apr 2005 11:15:21 +0000 Subject: [PATCH] Bugfix --- ChangeLog | 6 ++++++ THANKS | 3 ++- ly/performer-init.ly | 3 ++- 3 files changed, 10 insertions(+), 2 deletions(-) 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" -- 2.39.5