David Kastrup <[email protected]> writes:
> Matthew Fong <[email protected]> writes:
>
>> I tried the following inside the function, and all generate errors. I would
>> like to use the value of rubricsWidthSU in this override.
>>
>> \override #'(line-width . \rubricsWidthSU)
>> \override #'(line-width . #rubricsWidthSU)
>> \override #'(line-width . ,rubricsWidthSU)
>
> The third one is perfect once you fix the difference between ' ("quote")
> and ` ("backquote"). , ("comma") is only heeded within a backquote.
Oops, sorry. The nomenclature is , ("unquote") rather than , ("comma").
--
David Kastrup