lilypond-user
[Top][All Lists]
Advanced

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

Re: Using the 'avoid-slur property (redux)


From: David Nalesnik
Subject: Re: Using the 'avoid-slur property (redux)
Date: Sun, 10 Nov 2013 07:42:02 -0600

Hi Ming,


On Sun, Nov 10, 2013 at 7:31 AM, MING TSANG <address@hidden> wrote:
David, 
Please take a look at the .png screen capture and the .ly file.  The "mf" was place inside and outside the slur.

\version "2.17.95"
\markup "with outside-staff-priority = #500............."
\relative c {
\override Slur.outside-staff-priority = #500
f16\mf( f a'8\p a8)
}
\markup "with outside-staff-priority = #0............."
\relative c {
\override Slur.outside-staff-priority = #0
f16\mf( f a'8\p a8)
}


Ah, OK.  It's because you need to consider DynamicLineSpanner, which has an outside-staff-priority of 250.

--David
 

reply via email to

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