From dd059e31c04c25120dbdc7c45822b19c800d9aca Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 28 Jun 2005 23:26:14 +0000 Subject: [PATCH] Compile fix. --- ChangeLog | 7 +++++-- scm/midi.scm | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a989d55137..97d0c4b444 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,13 @@ +2005-06-28 Graham Percival + + * scm/midi.scm: compile fix. + 2005-06-28 Mats Bengtsson * scripts/lilypond-book.py : Fix embarrassing bug in my previous patch. Now, the tempfile module is loaded too, not only used. -2005-06-25 Stephen Charles McCarthy +2005-06-28 Stephen Charles McCarthy * scm/midi.scm: changed midi volumes in absolute-volume-alist from 0.05 - 1.00 to 0.25 - 1.00 @@ -12,7 +16,6 @@ to just under the insturment-equalizer-alist it takes as an argument. - 2005-06-28 Han-Wen Nienhuys * Documentation/user/advanced-notation.itely (Font selection): diff --git a/scm/midi.scm b/scm/midi.scm index ca26e2dfb1..4180f1b517 100644 --- a/scm/midi.scm +++ b/scm/midi.scm @@ -28,7 +28,7 @@ ("pp" . 0.49) ("ppp" . 0.42) ("pppp" . 0.34) - ("ppppp" . 0.25) ) + ("ppppp" . 0.25) ) absolute-volume-alist)) -- 2.39.2