lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changing avoid-slur for pralls?


From: Patrick McCarty
Subject: Re: Changing avoid-slur for pralls?
Date: Tue, 5 Jan 2010 15:29:59 -0800

On Tue, Jan 5, 2010 at 8:51 AM, Reinhold Kainhofer
<address@hidden> wrote:
>
> \version "2.13.11"
> \relative c'' {
>  \once \override TextScript #'avoid-slur = #'inside
>  \once \override TextScript #'outside-staff-priority = ##f
>  e4(\prall c')
> }
>
> So, is there any way to move the prall in my example inside the slur?

\prall is a Script, so the code below should work.

\version "2.13.11"
\relative c'' {
 \once \override Script #'avoid-slur = #'inside
 \once \override Script #'outside-staff-priority = ##f
 e4(\prall c')
}

Hope this helps,
-Patrick




reply via email to

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