lilypond-user
[Top][All Lists]
Advanced

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

Re: macro for \once\override


From: David Kastrup
Subject: Re: macro for \once\override
Date: Fri, 28 Aug 2020 15:59:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Werner LEMBERG <wl@gnu.org> writes:

>>> Because right now LSR is still using this version.
>>
>> Then that means we have to use that oo code in the NR? I am not sure
>> I follow. I'd rather not please.
>
> Right now I'm checking the NR for bad typography in the PDF version,
> which usually means overlong lines.  A lot of snippets are directly
> imported from the LSR; they are typeset unmodified.  One of the
> snippets has a bunch of
>
>   \once\overvide VeryLong.Grob.PropertyToBeChanged = foo
>
> Changing them to
>
>   \once\overvide
>     VeryLong.Grob.PropertyToBeChanged = foo
>
> looks bad.  However, saying
>
>   \oo VeryLong.Grob.PropertyToBeChanged = foo
>
> for this (and only this) snippet is just fine.

I don't think that it makes sense for snippets to introduce convenience
shorthands unless the snippet in itself tries is about showcasing the
shorthand.  It detracts from the content.

-- 
David Kastrup



reply via email to

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