Aaron Hill writes:
> On 2019-08-05 2:30 pm, David Kastrup wrote:
>> Simon Albrecht writes:
>>> By the way, I happened to see that section 1.3.4 of the Extending
>>> Manual sets off on the fact that it’s not possible to attach
>>> articulations to variables (“We know that `{ \music -. -> }' will
On 2019-08-05 2:30 pm, David Kastrup wrote:
Simon Albrecht writes:
By the way, I happened to see that section 1.3.4 of the Extending
Manual sets off on the fact that it’s not possible to attach
articulations to variables (“We know that `{ \music -. -> }' will not
work in LilyPond”). So when tha
Simon Albrecht writes:
> On 05.08.19 23:10, Werner LEMBERG wrote:
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! (curr
On 05.08.19 23:10, Werner LEMBERG wrote:
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 S
Werner LEMBERG 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
>> 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 wor
Werner LEMBERG writes:
>> I wonder whether it is possible to use \unset in the paper block.
>> The use-case is lyluatex, which sets `left-margin'; I want to unset
>> this value so that lilypond only takes the line width into account
>> to automatically center it.
>>
>> In other words, I would li
> IIRC these assignments in \paper and \layout and \header blocks are
> functionally equivalent to defining a variable in Scheme like
>
> #(define left-margin 100)
Yes.
> The kind of \unset you’re asking for requires the previous value to
> have been saved onto some stack, which I doubt exists/
Hi Werner,
IIRC these assignments in \paper and \layout and \header blocks are
functionally equivalent to defining a variable in Scheme like
#(define left-margin 100)
(omitting the unit here for simplicity).
The kind of \unset you’re asking for requires the previous value to have
been saved
> I wonder whether it is possible to use \unset in the paper block.
> The use-case is lyluatex, which sets `left-margin'; I want to unset
> this value so that lilypond only takes the line width into account
> to automatically center it.
>
> In other words, I would like to have
>
>% from lylu
I wonder whether it is possible to use \unset in the paper block. The
use-case is lyluatex, which sets `left-margin'; I want to unset this
value so that lilypond only takes the line width into account to
automatically center it.
In other words, I would like to have
% from lyluatex
\paper
11 matches
Mail list logo