lilypond-user
[Top][All Lists]
Advanced

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

avoid-slur strange behavior with TextScript


From: Gilles THIBAULT
Subject: avoid-slur strange behavior with TextScript
Date: Fri, 2 May 2008 17:52:13 +0200

Hello.

avoid-slur  with TextScript objects doen't seem to work a usual :

%%%%%%%%%
\version "2.11.42"

\relative c'' {
    \time 2/4
    fis4( f
    e ees
    \override Voice.TextScript #'avoid-slur = #'inside
   d2^\markup \column {\flat \musicglyph #"scripts.trill"  }
    c4)
}
%%%%%%%%

However, it seems that it reserves space for the TextScript object but doesn't move it like for other object having this property.
So a work-arround is easy to find by adding :
    \once \override Voice.TextScript #'extra-offset = #'( 0 . -6.8 )

But is it a bug or a special behavior with TextScript #'avoid-slur ?

Gilles





reply via email to

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