muraiki / byzscribe

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

Horizontal neume+word alignment #14

Open muraiki opened 11 years ago

muraiki commented 11 years ago

Neumes and words need to have better horizontal alignment.

A single word with a single neume should be center-aligned; otherwise, the first word associated with each series of neumes should be center aligned under the first neume in each series.

This will make the end result much more readable.

muraiki commented 11 years ago

I just pushed changes that improved this substantially, but it still needs to have a little more work done.

muraiki commented 11 years ago

I just noticed that I should be making rectangles as padding, not squares, because the square might end up too tall and thus mess up vertical alignment for the text.

muraiki commented 11 years ago

I changed padding to rects in a commit a while back.