lilypond-user
[Top][All Lists]
Advanced

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

shorten trill spanner line


From: address@hidden
Subject: shorten trill spanner line
Date: Sat, 16 Apr 2016 20:51:14 +0200

Hi all,

I’m trying to shorten the line of consecutive trills to keep them on the same line.
I found a very old thread with a solution:

\once \override TrillSpanner #'bound-details #'right #’padding = #10 

but the syntax seems obsolete and I get an error.

Could you help me?

Many thanks

Matteo

-------------------------------------------

\version "2.19.39"

\include "english.ly

\score 

        { 
                \clef bass 
                % it doesn’t work: \once \override TrillSpanner #'bound-details #'right #’padding = #10 
                \override TrillSpanner.bound-details = #20
                \pitchedTrill
                fs4.\startTrillSpan e
                \pitchedTrill
                c8\stopTrillSpan \startTrillSpan e
                \pitchedTrill
                fs4.\startTrillSpan e
                ef,8\stopTrillSpan
        } 

reply via email to

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