lilypond-user
[Top][All Lists]
Advanced

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

Re: Ties in markup


From: Edward Neeman
Subject: Re: Ties in markup
Date: Mon, 1 Apr 2019 08:41:16 +1100

Thanks, the make-tie-stencil was exactly what I was looking for!

I also didn’t realise it was possible to have a \score inside a markup, that 
will be very useful in future.

Best,
Edward
---
Dr. Edward Neeman
www.neemanpianoduo.com



> On 31 Mar 2019, at 12:03 pm, Aaron Hill <address@hidden> wrote:
> 
> 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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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