On 2019-03-30 5:53 pm, Edward Neeman wrote:
Hello,

How might I have tie shapes within a markup context?

Sorry if I missed something obvious.

There is \undertie and \overtie, as well as \tied-lyric.

But if you are looking for something more flexible like the actual stencil used for ties and slurs, you can use \stencil along with make-tie-stencil:

%%%%
\version "2.19.82"
\markup {
  lorem
  \stencil #(make-tie-stencil '(0 . 0) '(3 . 2) 0.2 1)
  ipsum
}
%%%%


-- Aaron Hill

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

Reply via email to