James E. Bailey wrote:

Am 26.12.2008 um 13:15 schrieb Jonathan Kulp:

james wrote:
I'm having some difficulty understanding the 'avoid-slur property. This doesn't work:
\version "2.11.65"
\relative c'' {
   \override TextScript #'avoid-slur = #'inside
   c2*1/2( s4^\markup {\natural} d4.) c8
}
In fact, it increases the space between the slur and the notes, but doesn't move the markup down.

Hi James,

So, do you want to move the natural markup down?
No, I want the natural under the slur. Which I what I thought inside did.


You can make it go under the slur with extra-offset:

\version "2.11.65"

\relative c'' {
  \override TextScript #'extra-offset = #'( 0.0 . -4.0)
%   \override TextScript #'avoid-slur = #'inside
   c2*1/2( s4^\markup {\natural} d4.) c8
}

Is the natural sign supposed to apply to the D? If so then I'd just use d!4. instead.

Jon
--
Jonathan Kulp
http://www.jonathankulp.com


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to