]> git.donarmstrong.com Git - lilypond.git/commitdiff
* buildscript/lilypond.words: fix path for drums.scm.
authorHeikki Junes <heikki.junes@hut.fi>
Wed, 24 Sep 2003 18:29:00 +0000 (18:29 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Wed, 24 Sep 2003 18:29:00 +0000 (18:29 +0000)
ChangeLog
buildscripts/lilypond.words.py

index c247896f5e608ac1622ef8dab3b590bc6bc1712e..9b44584e0c0bf49f05679b1bc42227dcfc095375 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * buildscript/lilypond.words: fix path for drums.scm.
+
 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * lily/spacing-spanner.cc (note_spacing): don't make longer
index 63fd759bff5a6d175f1839aa3af7c95fcd990989..f01c199f3c9beb7365c3dc45dd1cc086f7b23669 100755 (executable)
@@ -97,7 +97,7 @@ for name in [
 
 # (short) drum names
 for name in [
-'share/lilypond/scm/drums.scm'
+'scm/drums.scm'
 ]:
     F = open(name, 'r')
     for line in F.readlines():