lilypond-user
[Top][All Lists]
Advanced

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

Re: segmented glissando lines


From: Aaron Hill
Subject: Re: segmented glissando lines
Date: Sun, 09 Feb 2020 14:52:55 -0800
User-agent: Roundcube Webmail/1.4.2

On 2020-02-09 2:39 pm, dtsmarin wrote:
Is it possible to change the thickness of the fancy-gliss line?

Perhaps change...

;;;;
    (layout-line-thickness grob) ;line-width
;;;;

...to...

;;;;
    (* (layout-line-thickness grob)
       (ly:grob-property grob 'thickness 1)) ;line-width
;;;;

Then you can set the thickness property of the Glissando grob.


-- Aaron Hill



reply via email to

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