noteflakes / lydown

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

When run on a movement, lydown should process the work directory #49

Closed noteflakes closed 8 years ago

noteflakes commented 8 years ago

When invoked in a movement directory, lydown should automatically process the work.ld file of the parent directory, and treat the movement name as an -m parameter.

Same thing when the specified path given to lydown is a movement. For example:

BWV247$ lydown 01-choro

Should be equivalent to

BWV247$ lydown -m 01-choro

See also issue #2.