lilypond-user
[Top][All Lists]
Advanced

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

Re: Tempo vs. markup


From: Pierre Perol-Schneider
Subject: Re: Tempo vs. markup
Date: Sun, 12 Mar 2023 06:59:49 +0100

Hi Ralph,
Try:
\version "2.24.0"

\relative c' {
    \time 3/4
    \tweak outside-staff-priority #0
    \tempo \markup {
    \concat {
      (
      \smaller \general-align #Y #DOWN \note {2} #1
      " = "
      \smaller \general-align #Y #DOWN \note {4} #1
      )
    }
  }
  d4^\markup\italic{arco}^\markup\bold{Half as fast}^\markup\bold{Trio} d d
}

See also: https://lilypond.org/doc/v2.24/Documentation/notation/default-values-for-outside_002dstaff_002dpriority
HTH, Cheers,
Pierre

Le dim. 12 mars 2023 à 05:45, Ralph Palmer <palmer.r.violin@gmail.com> a écrit :
Greetings -

Thanks to all the list members who respond so quickly and thoroughly to our questions.

I'm running 2.24.0 and Frescobaldi 3.2 under Linux/Ubuntu.

I cannot figure out how to move the tempo indication below the markups in this minimal example. Can anyone help me?

All the best,

Ralph
______
Ralph Palmer
Seattle
USA
(he, him, his)

reply via email to

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