howdy all - a refinement to my question.
yes indeed, setting Score.tempoHideNote = ##f will force lily to display
redundant makings like \tempo 4 = 80.
but is there also a way to force lily to show redundant tempo markups like this
one?:
\score{
\new Staff{
c d e f
%%%%%%% this mark shows up %%%%%%%%%%
\tempo \markup {
\concat {
\smaller \general-align #Y #DOWN \note #"8." #1
" = "
\smaller \general-align #Y #DOWN \note #"4" #1
}
}
g a b c
%%%%%%%% this mark does not %%%%%%%%%
\tempo \markup {
\concat {
\smaller \general-align #Y #DOWN \note #"8." #1
" = "
\smaller \general-align #Y #DOWN \note #"4" #1
}
}
d e f g
}}
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user