lilypond-user
[Top][All Lists]
Advanced

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

Re: Dashed repeat tie


From: David Kastrup
Subject: Re: Dashed repeat tie
Date: Thu, 08 Oct 2015 12:39:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Thomas Morley <address@hidden> writes:

> 2015-10-08 11:21 GMT+02:00  <address@hidden>:
>> Can I set dash-definition on a RepeatTie?  It appears that the answer is
>> "no":  that property is part of tie-interface and RepeatTies instead use
>> semi-tie-interface.  So the real question is, how can I get a similar
>> effect?
>
> Works here:
>
> \version "2.18.2"
>
> \relative c' {
>   \once \override RepeatTie.dash-definition = #'((0 1 0.1 0.2))
>   c1\repeatTie
>   c1-\tweak dash-definition #'((0 1 0.1 0.2)) \repeatTie
> }

Does that mean that semi-tie-interface and/or RepeatTie are missing a
reference to dash-definition?

-- 
David Kastrup



reply via email to

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