Steve Russell
unread,Mar 18, 2013, 9:10:06 AM3/18/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to quill...@googlegroups.com
I have been looking for a good note-taking app for my Galaxy Note 10.1. Lecture Notes and Quill both very good, but am leaning towards Quill thanks to its more efficient vector-based approach.
I'm also a musician and one thing I'd like is support for manuscript paper. This is relatively easy to do in a couple of different ways in Lecture Notes, but I was intrigued to find that Quill, although it doesn't have support for it, does make its source code available. I've done a fair bit of Java in the past and recently been looking at
Android with the intent of writing an app at some point, so it seemed a good opportunity to experiment - particularly as I see someone else has raised a feature request for manuscript.
I have therefore added support for manuscript to a clone of the repository (local on my machine, created using the Eclipse plugin for Mercurial) and happy to make it available. What's the appropriate way to make the changes available?
I'm familiar with SVN, but not Mercurial - there seem to be several options: commit, push, synchronize and merge... not sure which I should use. Or should I just create a patch?
On a related topic - an enhancement would be to insert a clef on each music stave (choice of treble, bass and maybe alto) and also have an option for a grand staff sheet (for piano music). The grand staff is easy to code up, but really would need the corresponding clefs. I think the best way to draw the clefs would be using text characters from a suitable font - but this may need me to provide the characters as I haven't seen the clef symbols in a standard font. I suppose it might be possible to draw clefs from scratch as vectors, too. I'd welcome any thoughts...
Regards, Steve.