lilypond-user
[Top][All Lists]
Advanced

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

Re: Moving trill spanner to a specific y position


From: Michiel Sikma
Subject: Re: Moving trill spanner to a specific y position
Date: Mon, 22 May 2017 20:38:55 +0900

Thanks very much!

I've decided to go with this for now, although I'll probably come back to this later and revise it some more.
http://lilybin.com/e61x7i/3
Will probably end up moving the "tr" a bit in relation to the spanner. But this is perfect for now, thanks.

Michiel


On Mon, May 22, 2017 at 1:38 PM, Andrew Bernard <address@hidden> wrote:
Hello Michiel,

TrillSpanners live as outside staff objects. So you have to tell lilypond in this case that it does not. Then simply specify a Y-offset as you wanted, relative to the staff centre.

              \once \override TrillSpanner.bound-details.right.padding = #2.0
              \once \override TrillSpanner.outside-staff-priority = ##f
              \once \override TrillSpanner.Y-offset = #1

I leave the spacing of the D as an exercise for the reader.

Andrew



reply via email to

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