From: gpercival Date: Tue, 28 Jun 2005 23:26:14 +0000 (+0000) Subject: Compile fix. X-Git-Tag: release/2.7.2~93 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c4024bb4bc4e17e9252b4adac80eccf7a985fae1;p=lilypond.git Compile fix. --- 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))