lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: making TextSpanner.style a very bold and large period


From: Ryan Michael
Subject: Re: making TextSpanner.style a very bold and large period
Date: Sun, 15 May 2016 19:51:43 -0700

great idea! Thank you all!

On Sun, May 15, 2016 at 7:50 PM, Andrew Bernard <address@hidden> wrote:
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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



--
ॐ नमः शिवाय

reply via email to

[Prev in Thread] Current Thread [Next in Thread]