Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Library for drawing musical notes [closed]

I'm looking for a Windows library that can draw musical notes on the screen in some way. I'm going to use it to write an app in C#, but a pure Win32-based solution is good enough. Does anybody know of any such library?

Edit: I'm going to update the notes in real-time, and they need not look incredibly fancy.

like image 995
erikkallen Avatar asked Mar 22 '09 12:03

erikkallen


1 Answers

You will definitely want to look into Lilypond, widely acknowledged as the best choice for musical typesetting. It's open-source and has all kinds of output formats, and is highly scriptable. It would be pretty easy to write your own C# wrapper around it. Example output:


(source: lilypond.org)

like image 106
John Feminella Avatar answered Oct 21 '22 21:10

John Feminella