On Sun, Mar 12, 2023 at 5:36 AM Valentin Petzel wrote:
> Hello Ralph,
>
> while Pierre’s solution works with some adaptation I think your approach
> is
> wrong.
>
> Tempo is something that is created at the Score level, while TextScripts
> are
> created at the Staff level. This means that it shou
Hello Ralph,
while Pierre’s solution works with some adaptation I think your approach is
wrong.
Tempo is something that is created at the Score level, while TextScripts are
created at the Staff level. This means that it should be expected for
TextScripts to be closer to the Staff. Rather use t
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{ar
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