lilypond-user
[Top][All Lists]
Advanced

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

Re: \unset in paper block


From: David Kastrup
Subject: Re: \unset in paper block
Date: Mon, 05 Aug 2019 23:21:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Werner LEMBERG <address@hidden> writes:

>>> To ask differently: In file `paper.scm' I can see
>>>
>>>     (module-remove! m 'line-width)
>>>
>>> to remove `line-width'; I now wonder what value for `m' I have to
>>> use...
>> 
>> \paper {
>>   #(module-remove! (current-module) 'line-width)
>> }
>> 
>> should work for doing this via Scheme.
>
> This works, thanks!  Shall this be mentioned somewhere in the
> documentation?

I am skeptical it makes a lot of sense.  If there is a significant need
for this, it would instead warrant a LilyPond syntax way of doing it,
possibly a void function.

-- 
David Kastrup



reply via email to

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