muraiki / byzscribe

A program for scribing Byzantine chant, written in Racket
GNU Lesser General Public License v2.1
10 stars 5 forks source link

Modify render function to support color #2

Closed muraiki closed 11 years ago

muraiki commented 11 years ago

(This is a long term goal and not 100% necessary to make the program useful.)

Currently all neumes are rendered in black. It's nice to use some other colors, though; for instance, making ison notes red. To do this would require some substantial revisions to the render function, as it's currently using some rather simple drawing functions from the 2htdp/image library.

We would probably need to use the font functions that the 2htdp/image library uses from the Racket Drawing Toolkit. http://docs.racket-lang.org/draw/index.html

muraiki commented 11 years ago

See https://github.com/muraiki/byzscribe/issues/10