On 2014/10/07 08:37:06, uliska wrote:
On 2014/10/07 08:37:06, uliska wrote:
On 2014/10/07 08:37:06, uliska wrote:
On 2014/10/07 08:37:06, uliska wrote:
Important:
* There should be regression tests.
Musing:
* Why not use tags? (Example below.)
* Does this implementation make it possible to set the option from the
lilypond command line?
* When using original breaks, wouldn't one also want original page size,
staff size, etc.?
* What about hundreds of other features of the original edition?
\version "2.19.0"
originalBreak = { \tag #'originalBreak \break }
music = { c'1 \originalBreak 1 }
\score {
\new Staff { \music }
}
\score {
\new Staff { \removeWithTag #'originalBreak \music }
}
https://codereview.appspot.com/150670043/
_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel