lilypond-user
[Top][All Lists]
Advanced

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

Re: Vertical ordering of dynamic indications


From: Thomas Morley
Subject: Re: Vertical ordering of dynamic indications
Date: Thu, 25 Oct 2012 02:18:23 +0200

2012/10/25 Nick Payne <address@hidden>:
> 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
> address@hidden
> 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



reply via email to

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