I'm trying to create a neume (gregorian chant) editor. I have really much done, but I got stuck on the subject of lyrics under the music score.
Basically the problem I'm trying to solve is: there are some independent blocks of User Controls. Under them there should be text areas to put lyrics. The whole point is - lyrics are rich text (but only text - no tables, images, etc.).
To make things funnier - the image rendered by my User Control has to know where is the first vowel in the text below (the first neume - lets call it a note - has to be placed exacly above the first vowel).
I am really struggling trying to make it done. I considered using RTB
, but there is the whole problem with re-sizing it - the lyrics can basically be infinite in lenght - (It re-sizes downwards, not to the right), as well as binding to RTB
is really funny deal.
Can you please give me any idea how to solve the issue? Here is a small image explaining - I hope - my problem.
Thank you very much in advance!