lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Add original-breaks.ly commands (issue 150670043 by address@hidden)


From: nine . fierce . ballads
Subject: Re: Add original-breaks.ly commands (issue 150670043 by address@hidden)
Date: Tue, 07 Oct 2014 22:30:53 +0000

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/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]