Hi Ryan,

Yes, at 2.19.41 specifying dotted-line style for text spanners just uses tiny 
dashes that look a bit like dots, and you can’t make them larger.

I have scheme code to do what you want, but it is underdeveloped in that it 
does not deal with line breaks yet.

In the meantime, since you can draw dotted lines using graphic markup commands, 
why not just use markups for now, and forget about the text spanner in your 
context?

Andrew

== snip

\version "2.19.41"

{
  c''^\markup {
    \override #'(thickness . 6)
    \override #'(off . 1)
    \draw-dotted-line #'(10 . 0)
  }
}

== snip







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

Reply via email to