lilypond-user
[Top][All Lists]
Advanced

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

Re: is the lyric tie tweakable?


From: Kieren MacMillan
Subject: Re: is the lyric tie tweakable?
Date: Tue, 25 Apr 2017 17:09:16 -0400

Hi David (et al.),

>>> Is the built-in** lyric tie/elision tweakable?
> 
>> There's no LyricTie grob, so no convenient way to tweak it.   You
>> could modify "tied-lyric" in scm/define-markup-commands.scm, since
>> that's what's engaged with the tilde.
> 
> I can’t seem to figure out how to add left-pad and right-pad as properties 
> (with default 0)

Okay, I believe I’ve solved that problem:

  #:properties ((word-space)
                (left-pad 0)
                (right-pad 0))

But how do I tweak the parameter in my input? I’ve tried things like

    \tweak left-pad #-1 le,~au

to no avail. Any help appreciated.

Thanks,
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden


reply via email to

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