bug-lilypond
[Top][All Lists]
Advanced

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

Re: avoid-slur should be outside in script.scm for "turn"


From: Martin Müller
Subject: Re: avoid-slur should be outside in script.scm for "turn"
Date: Fri, 14 Aug 2015 12:27:51 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Thanks, Malte for your quick answer.

The example you've posted is not really a counter example,
because the turn (and the slur) is above the staff anyway,
so setting Script.avoid-slur has no effect in this case:

\version "2.18.2"


\relative {
   \key bes \major
   \time 3/4
   \once \override Script.avoid-slur = #'outside
   d''8~ ( d16.\turn ees32 ) f4 s
   \once \override Script.avoid-slur = #'inside
   d8~ ( d16.\turn ees32 ) f4 s
}

I think the "avoid-slur" is set well for most of the grobs in script.scm,
but for a "turn" it is set to inside, should be "outside" or "around"
in my opinion.




reply via email to

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