lilypond-user
[Top][All Lists]
Advanced

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

Re: vertical shift of trill


From: Kieren MacMillan
Subject: Re: vertical shift of trill
Date: Fri, 5 Aug 2022 12:14:54 -0400

Hi Jim,

There are many ways to do this, but the easies would probably be to tweak the 
extra-offset:

\version "2.20.0"

\relative c'' {
  \clef treble
  <<
    {
      \pitchedTrill c'1~\startTrillSpan des c1*7/8 s8 \stopTrillSpan
    }
    \\
    {
      \pitchedTrill a1~ -\tweak TrillSpanner.extra-offset #'(0 . 3.5) 
\startTrillSpan bes a1*7/8 s8 \stopTrillSpan
    }
  >>
}

You might also want to use whiteout?

Hope that helps!
Kieren.


reply via email to

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