Am 09.05.2014 00:06, schrieb Peter Bjuhr:

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

Or \override TrillSpanner.bound-details.right.padding = 1.9 with the very convenient new 2.18 syntax.


before all the trills.


Best
Peter

Best, Simon
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to