lilypond-user
[Top][All Lists]
Advanced

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

Re: Ties in markup


From: Aaron Hill
Subject: Re: Ties in markup
Date: Sat, 30 Mar 2019 18:03:52 -0700
User-agent: Roundcube Webmail/1.3.8

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



reply via email to

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