lilypond-user
[Top][All Lists]
Advanced

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

Re: PianoStaff spacing in 2.11


From: Valentin Villenave
Subject: Re: PianoStaff spacing in 2.11
Date: Tue, 11 Sep 2007 15:35:41 +0200

2007/9/11, Neil Puttock <address@hidden>:

> Would you mind commenting
> http://lsr.dsi.unimi.it/LSR/Item?id=304 too? When I added
> it I was still using 2.10, but obviously under 2.11 tweaking spanners is
> quite different.

I'll just mark it as "unapproved" for now; it works well with 2.10. If
you (or anyone) send the updated code, then I'll edit it and comment
it until the LSR upgrades.

\relative c'' {
        \override TrillSpanner #'edge-text =
        #(cons (markup #:line (#:halign -0.5 #:musicglyph "scripts.trill"
#:teeny #:raise 0.65 #:sharp)) "")
        
        b1\startTrillSpan b\stopTrillSpan
        
        \override TrillSpanner #'edge-text =
        #(cons (markup #:line (#:halign -0.5 #:musicglyph "scripts.trill"
#:teeny #:raise 0.5 #:flat)) "")
        
        c\startTrillSpan c\stopTrillSpan
}

Thanks
Valentin




reply via email to

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