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: dak
Subject: Re: Multiple properties for \override \override-lines markup (issue 331860043 by address@hidden)
Date: Wed, 11 Oct 2017 14:14:14 -0700

On 2017/10/11 21:08:49, thomasmorley651 wrote:
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.

Also known as "this sucks".  At some point of time we might replace
-lines with -list like \markuplines was renamed to \markuplist .

But that's likely to be a large piece of work.

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



reply via email to

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