Could you add a feature to chord so that we can add
\n's that
only occur when compiling with -8?
That way we can format songs to fit in -8 mode
without making everything so narrow in other modes. It
could just be a
special symbol such as \n or [\n] or whatever, that is
ignored if not in
-8 mode, but counts as newline if in that mode.
Logged In: YES
user_id=460488
it would be nice to capitalize the first
word of the new line only if the newline is in effect. But
maybe not
always. We could distinguish \n and \N, where the latter
makes the next
non-chord letter get capitalized if in -8 mode.
Logged In: YES
user_id=792407
Is it better to do this in chord or in the php scripts?
Logged In: YES
user_id=460488
Of course, I would always say in chord. The code is almost ready.