On Tue, Jan 5, 2010 at 8:51 AM, Reinhold Kainhofer
<[email protected]> 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


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

Reply via email to