[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Dashed repeat tie
From: |
Thomas Morley |
Subject: |
Re: Dashed repeat tie |
Date: |
Fri, 9 Oct 2015 01:40:47 +0200 |
2015-10-08 12:39 GMT+02:00 David Kastrup <address@hidden>:
> 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
yep
Cheers,
Harm