]> git.donarmstrong.com Git - lilypond.git/commitdiff
* buildscripts/lilypond-words.py: search words also from
authorHeikki Junes <heikki.junes@hut.fi>
Sun, 16 May 2004 10:26:05 +0000 (10:26 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Sun, 16 May 2004 10:26:05 +0000 (10:26 +0000)
        music-functions-init.ly.

ChangeLog
buildscripts/lilypond-words.py

index 41482760cfc4852fefcd8085cbeaf3da4e1478ad..ca8d5171b32c9cb0e8db87b3faa564f964b8ddf2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
+
+       * buildscripts/lilypond-words.py: search words also from
+       music-functions-init.ly.
+
 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
 
        * ly/music-functions-init.ly (def-music-function): new helper
index 6c3e4293cf5cda052e27c0e770f165fa6f17367f..2c2645dd61cd5235835de064c67f6c5cd80e1c2a 100755 (executable)
@@ -39,6 +39,7 @@ for name in [
 'ly/engraver-init.ly',
 'ly/grace-init.ly',
 'ly/gregorian-init.ly',
+'ly/music-functions-init.ly',
 'ly/performer-init.ly',
 'ly/property-init.ly',
 'ly/scale-definitions-init.ly',
@@ -55,6 +56,7 @@ for name in [
 # more identifiers
 for name in [
 'ly/declarations-init.ly',
+'ly/declarations-init.ly',
 'ly/params-init.ly',
 ]:
     F = open(name, 'r')