2012/10/25 Nick Payne <[email protected]>:
> In the following, how can I get the hairpin above the textual
> indication? Playing around with outside-staff-priority doesn't change
> the order, presumably because they don't start at the same instant.
>
> \version "2.17.5"
>
> mpDolceEtc = \markup { mp \normal-text\italic { dolce ad espressivo } }
> mpDolceEtcDynamic = #(make-dynamic-script mpDolceEtc)
>
> \relative c' {
> \time 3/4
> c4 c c
> c_\mpDolceEtcDynamic c\< c c c c\!
> }
>
>
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
Hi Nick,
try:
\version "2.17.4"
mpDolceEtc = \markup { mp \normal-text\italic { dolce ad espressivo } }
mpDolceEtcDynamic = #(make-dynamic-script mpDolceEtc)
\relative c' {
\time 3/4
c4 c c
c_\mpDolceEtcDynamic
\override DynamicLineSpanner #'outside-staff-priority = #249
c\< c c c c\!
}
HTH,
Harm
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user