Hi all,
Anyone familiar with the ChordPro music chart format?
I want to build a desktop app that would allow the user to edit the song
chart, and then print it, all using the ChordPro format.

Editing the chart looks like this:

[A]This is my [D]song
[A]It's not very [D]long
[A]Hey.

When printed it looks like this:

A          D
This is my song
A             D
It's not very long
A
Hey

The key is printed directly above where the key was entered into the chart.
The printing script would have to read each line, looking for the opening [
square bracket, look for the next closing ] square bracket, and format that
content into a line including spacing based on the line it found the square
brackets on.

I'm not sure how to do that. Anyone with some ideas on this?

Regards,
Mark Stuart


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to