noteflakes / lydown

A language for music notation
http://ciconia.github.io/lydown
MIT License
24 stars 0 forks source link

Throw error on setting command attached to note #35

Open noteflakes opened 9 years ago

noteflakes commented 9 years ago

A setting command can be easily attached to a note by mistake, by omission of whitespace:

c\key:D

A simple heuristic to prevent this would be to reject any note expressions containing a colon after the expression name.