lilypond-user
[Top][All Lists]
Advanced

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

Re: avoid slur help


From: Jonathan Kulp
Subject: Re: avoid slur help
Date: Fri, 26 Dec 2008 07:33:11 -0600
User-agent: Thunderbird 2.0.0.18 (X11/20081125)

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




reply via email to

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