2012/10/25 Nick Payne <nick.pa...@internode.on.net>:
> 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
> lilypond-user@gnu.org
> 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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to