noteflakes / lydown

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

Better page/line breaks #55

Open noteflakes opened 8 years ago

noteflakes commented 8 years ago

From a discussion on lilypond-user:

- score:
  // page breaks on specific measures
  - page_breaks: 13, 27, 50
  // line breaks on specific measures
  - line_breaks: 14, 25

See also issue #38