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:07:46 -0600

Ming,


On Sun, Nov 10, 2013 at 5:46 AM, MING TSANG <address@hidden> wrote:
\version "2.17.95"
\relative c {
  \override Slur.outside-staff-priority = #0
  f16\mf( f a'8\p a8)
}
I play with #555.  I change it to #0 (or #5) and it works.
Question:  what is the difference of # number #555 and #0 (or #5)?


Well, in this case, none.  Neither DynamicText nor Slur has a default setting of 'outside-staff-priority.  So any value you give to Slur.outside-staff-priority (even -3000) is going to get the same result.  Now, of course, if you were trying to get a RehearsalMark to be under the Slur, you'd have to select a value for Slur.outside-staff-priority that's greater than the value for RehearsalMark, which is 1500.

--David 

reply via email to

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