[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: |
Thu, 8 Oct 2015 11:39:22 +0200 |
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?
>
> --
> Matthew Skala
> address@hidden People before principles.
> http://ansuz.sooke.bc.ca/
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
}
Cheers,
Harm