noteflakes / lydown

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

Accept whitespace between = and stream selector #34

Closed noteflakes closed 8 years ago

noteflakes commented 9 years ago

right now lydown recognizes a stream switch only without any whitespace:

=lyrics

while

= lyrics

is considered illegal and leads to a mess. This should be accepted as valid syntax.