Re: Fwd: RE: How to remove gap in UpPrall spanner?

2015-02-08 Thread Noeck
Am 08.02.2015 um 22:05 schrieb Ed Gordijn: This is even better then perfection. Hi, I tried almost the same: \version 2.18.2 \relative c'' { \override TrillSpanner.bound-details.left.text = \markup\concat{ \raise #1.0 \smaller \musicglyph #scripts.upprall \hspace #-0.5 }

Fwd: RE: How to remove gap in UpPrall spanner?

2015-02-08 Thread Ed Gordijn
: How to remove gap in UpPrall spanner? Aan: Javier Ruiz-Alma jav...@ruiz-alma.com Cc: If you like this, PERFECTION Take a look at this old thread. http://lists.gnu.org/archive/html/lilypond-user/2013-01/msg00167.html Greetings, Ed ___ lilypond-user

How to remove gap in UpPrall spanner?

2015-02-07 Thread Javier Ruiz-Alma
Is it possible to have the spanner join the upprall glyph in a trillspanner? Looking to avoid the gap between the glyph and the spanner: \version 2.18.2 \relative c'' { \override TrillSpanner.bound-details.left.text = \markup{ \raise #1.0 \halign #-1.1 \smaller \musicglyph

Re: How to remove gap in UpPrall spanner?

2015-02-07 Thread Pierre Perol-Schneider
Try: \version 2.18.2 \relative c'' { \override TrillSpanner.bound-details.left.text = \markup\concat{ \raise #1.0 \smaller \musicglyph #scripts.upprall \hspace #-.6 } \override TrillSpanner.bound-details.left.padding = #'0 \override TrillSpanner.to-barline =

RE: How to remove gap in UpPrall spanner?

2015-02-07 Thread Javier Ruiz-Alma
PERFECTION From: Pierre Perol-Schneider [mailto:pierre.schneider.pa...@gmail.com] Sent: Saturday, February 07, 2015 11:53 AM Try: \version 2.18.2 \relative c'' { \override TrillSpanner.bound-details.left.text = \markup\concat{ \raise #1.0 \smaller