]> git.donarmstrong.com Git - lilypond.git/commitdiff
Compile fix.
authorGraham Percival <graham@percival-music.ca>
Tue, 28 Jun 2005 23:26:14 +0000 (23:26 +0000)
committerGraham Percival <graham@percival-music.ca>
Tue, 28 Jun 2005 23:26:14 +0000 (23:26 +0000)
ChangeLog
scm/midi.scm

index a989d5513738eafe18dd2fe9de9defb402f02936..97d0c4b444c4df2b61c51ab6d390804dbfb40a18 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,13 @@
+2005-06-28  Graham Percival  <gperlist@shaw.ca>
+
+       * scm/midi.scm: compile fix.
+
 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
 
        * 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  <stecmccarthy@hotpop.com>
+2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
 
        * 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  <hanwen@xs4all.nl>
 
        * Documentation/user/advanced-notation.itely (Font selection):
index ca26e2dfb1780a4a61cd39dc419544a6ff5d997b..4180f1b517d294ce135e994c4d61ff0cd1fcd030 100644 (file)
@@ -28,7 +28,7 @@
        ("pp" . 0.49)
        ("ppp" . 0.42)
        ("pppp" . 0.34)
-       ("ppppp" . 0.25)        )
+       ("ppppp" . 0.25)
        )
       absolute-volume-alist))