noteflakes / lydown

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

Include lilypond files #41

Closed noteflakes closed 8 years ago

noteflakes commented 9 years ago

Use the -include setting to include arbitrary lilypond files:

- include: abc.ly
- include: ../def.ly

The included files will be included at the beginning of a movement.

Including only in score mode:

- score:
  - include: ...

Including only in parts mode:

- parts:
  - include: ...

Including at top of lilypond doc:

- document:
  - include: ...