Re: LilyPond Tips and Tricks

2005-09-12 Thread Jeff Sickel
Has anyone added support for the old tablature notation as seen at the following link? http://mihxil.komputilo.org/hume/tobacco_pic.html The copy from a facsimile isn't so great, but you should be able to get the idea. ___ bug-lilypond mailing

building on Mac OS X

2004-04-02 Thread Jeff Sickel
I've had two issues when building LilyPond on Mac OS X: python: The python midi.c module doesn't build correctly unless you add a setup.py file like the following: from distutils.core import setup, Extension setup(name="midi", version="1.0", ext_modules=[ Extension("midi", ["mid