noteflakes / lydown

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

Use minimal_breaking in proofing mode #56

Open noteflakes opened 8 years ago

noteflakes commented 8 years ago

In order to potentially speed up lilypond when in proof mode, use the minimal-breaking algorithm:

\paper {
  page-breaking = #ly:minimal-breaking
}