]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/midi2ly.py
* lily/beam.cc (struct Int_set): typo.
[lilypond.git] / scripts / midi2ly.py
index ff3df9caced4b5d45dbc2d7ff75f908423b0f6d5..7fe8b24b04157976fa1a429d7f205c7af0318129 100644 (file)
@@ -30,11 +30,11 @@ import string
 
 
 # do fuddling: we must load the midi module from the right directory. 
-datadir = '@local_package_datadir@'
+datadir = '@local_lilypond_datadir@'
 if os.environ.has_key ('LILYPONDPREFIX'):
        datadir = os.environ['LILYPONDPREFIX']
 else:
-       datadir = '@local_package_datadir@'
+       datadir = '@local_lilypond_datadir@'
 
 sys.path.append (os.path.join (datadir, 'python'))
 sys.path.append (os.path.join (datadir, 'python/out'))