Bryan Creer commented:
| >2. pseudocomments cannot be continued
|
| Certainly not in the way Wil has illustrated but since anyone processing the=
| m=20
| will know they are doing so, something like -
|
| %%MIDI no\
| %%ba\
| %%rlines
|
|        would work without mucking things up for software that ignored them.

Actually, that would be equivalent to

%%MIDI no%%ba%%rlines

which is probably not what you want.  Probably better would be

%%MIDI no\
ba\
rlines

If you want a space after the "no", it should be:

%%MIDI no \
ba\
rlines



(This is a command that could have much wider uses.  We all
know  how  annoying it can be to go to a bar, and find that
you have to wait in a long line to get in ...)
To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html

Reply via email to