Thomas Morley <[email protected]> writes: > 2015-10-08 11:21 GMT+02:00 <[email protected]>: >> 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 _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
