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 03:46:42 -0800 (PST)

\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)?

Emmanuel,
Ming 



  2. RE:Using the 'avoid-slur property (redux) (Daniel Rosen)
  

----------------------------------------------------------------------



Message: 2
Date: Sun, 10 Nov 2013 03:47:25 +0000
From: Daniel Rosen <address@hidden>
To: Eluze <address@hidden>, "address@hidden"
    <address@hidden>
Subject: RE: Using the 'avoid-slur property (redux)
Message-ID:
    <address@hidden>
Content-Type: text/plain; charset=us-ascii

> -----Original Message-----
> From: Eluze [mailto:address@hidden]
> Sent: Saturday, November 09, 2013 7:48 PM
> To: address@hidden
> Subject: Re: Using the 'avoid-slur property (redux)
>
>
> Am 09.11.2013 21:20, schrieb Daniel Rosen:
> > In the following example, I can't figure out how to get the DynamicText to
> appear inside the Slur:
> >
> > \version "2.17.95"
> > \relative c {
> >    f16( f a'8\p a8)
> > }
> >
> > This is exactly the same question as the one posed in this thread from a
> few years ago
> (http://thread.gmane.org/gmane.comp.gnu.lilypond.general/42664/focus=4
> 2680), but the answer given concerning DynamicTexts confuses me a little---
> is there no way to make this happen?
> >
> >
> this seems to do it (but without avoid-slur):
>
> \override Slur.outside-staff-priority = #555
>
> Eluze
>

Hmm, I guess my example was too tiny. Here it is, again, modified; I need the mf marking to be outside the slur but the p marking inside.

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






reply via email to

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