On Tue, 5 Aug 2003, John Chambers wrote: > | I think the easiest solution would be to allow pseudo > | comments _only_ on a line by themselves. > > Of course, many users (and programmers) would interpret this to > verify that [%%MIDI ...] is valid in the middle of a line.
No. The standard is quite clear: Everything from the first '%' until end of line will be ignored. This means all the parser will see is '['. An alternative is that we could reuse the old I: notation to allow [I:MIDI voice P instrument=1] to be equivalent to: %%MIDI voice P instrument=1 For remarks that are not to be printed in the sheet music nor to be interpreted as directives, we could introduce an r: field: CDE[r: This is just a remark ]FGABc Any thoughts about this? Groeten, Irwin Oppenheim [EMAIL PROTECTED] ~~~* Chazzanut Online: http://www.joods.nl/~chazzanut/ To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html
