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: MING TSANG
Subject: Re: Using the 'avoid-slur property (redux)
Date: Sun, 10 Nov 2013 05:31:14 -0800 (PST)

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)
}

Emmanuel,
Ming



From: David Nalesnik <address@hidden>
To: MING TSANG <address@hidden>
Cc: "address@hidden" <address@hidden>; "address@hidden" <address@hidden>
Sent: Sunday, November 10, 2013 8:07:46 AM
Subject: Re: Using the 'avoid-slur property (redux)

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 


Attachment: 2013-11-10_082254.png
Description: PNG image


reply via email to

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