lilypond-user
[Top][All Lists]
Advanced

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

Re: Trill span problem


From: Peter Bjuhr
Subject: Re: Trill span problem
Date: Fri, 09 May 2014 00:06:09 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.5.0


On 2014-05-08 16:22, Knute Snortum wrote:
I have a problem with sequential trill spans.  they seems to be just a little too long and therefore they stagger vertically.  I would think the solution is to shorten the trill span but I'm not sure how to do this.

\version "2.18.2"


\relative c''' {

  \time 2/4

  | f2 \startTrillSpan \ppp

  | d2 \startTrillSpan

  | c4 \startTrillSpan d \startTrillSpan

  | c4 \startTrillSpan b \startTrillSpan

  | c2 \startTrillSpan

  | b2 \startTrillSpan

  | a2 \startTrillSpan

  | f2 \startTrillSpan

}


I don't know if it's the best solution, but you can try adding

\override TrillSpanner.bound-details #'right #'padding = #1.9


before all the trills.


Best
Peter



reply via email to

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