I'm writing an iPhone app where I'd like to display some simple musical notation (just a chord or two).
This question is a call for suggestions on the quickest way to go about it. For instance:
- Is there any iphone OR objective-C libraries for doing this that I'm missing?
- Are there any examples of open-source objective-C software in the wild I could look at? It wouldn't have to be iPhone specific.
- If there isn't any objective-C code to do this, anyone know of any musicial-notation rendering software in other languages?