I'm very curious at how you do musical note rendering in TuxGuitar. Normally musical note editor program like Guitar Pro install a tty font for this purpose. But in you application, there is no font or even no bitmap image used for this purpose. Do you just draw score with musical notes by yourself? If so, which part of source code is doing this? Thanks.