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: Andrew Bernard
Subject: Re: Moving trill spanner to a specific y position
Date: Mon, 22 May 2017 14:38:54 +1000

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]