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: Daniel Rosen
Subject: RE: Using the 'avoid-slur property (redux)
Date: Sun, 10 Nov 2013 03:47:25 +0000

> -----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]