2015-10-08 11:21 GMT+02:00  <msk...@ansuz.sooke.bc.ca>:
> 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
> msk...@ansuz.sooke.bc.ca                 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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to