On 2017/10/11 10:19:25, dak wrote:

https://codereview.appspot.com/331860043/diff/20001/scm/define-markup-commands.scm#newcode4026
scm/define-markup-commands.scm:4026: \\override-lines
#'(multi-measure-rest .
#t)
On 2017/10/08 15:19:44, thomasmorley651 wrote:
> Why override_-lines_ here. Don't understand.

Because \override ... { x y z } is translated into
{ \override ... x \override ... y \override ... z }
which is wasteful.

Remember that everything that is called "-lines" in markup really is
talking
about a markup _list_.  Whether it ends up in lines depends on the
usage.

Ah, ofcourse. Thanks.

LGTM

https://codereview.appspot.com/331860043/

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to