> -----Original Message-----
> From: Eluze [mailto:[email protected]]
> Sent: Saturday, November 09, 2013 7:48 PM
> To: [email protected]
> 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)
}


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to