lilypond-devel
[Top][All Lists]
Advanced

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

Re: Multiple properties for \override \override-lines markup (issue 3318


From: thomasmorley65
Subject: Re: Multiple properties for \override \override-lines markup (issue 331860043 by address@hidden)
Date: Wed, 11 Oct 2017 14:08:48 -0700

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/



reply via email to

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