lilypond-user
[Top][All Lists]
Advanced

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

Re: Trill span problem


From: Knute Snortum
Subject: Re: Trill span problem
Date: Fri, 9 May 2014 07:34:29 -0700

Thanks, that did it.

I knew there had to be some variable or setting I could change.  I looked in TrillSpanner but I couldn't figure out which variable to change.


Knute Snortum
(via Gmail)


On Fri, May 9, 2014 at 1:43 AM, Simon Albrecht <address@hidden> wrote:
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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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