Hi John and welcome here.
Le dim. 30 juin 2019 à 15:37, John McWilliam <[email protected]> a
écrit
> - In the above I want to Place the tempo text (Moderato) and the \Tempo (
> 4 = 84) on the same line. I have tried to make this work using \halign but
> without success.
>
Try:
\tempo\markup\normal-text\concat {
\bold "Moderto" \hspace #.8
"(" \hspace #.1 \raise #.5 \smaller\note #"4" #1 \hspace #.5
"=" \hspace #.3 "84" \hspace #.1 ")"
}
\set Score.tempoWholesPerMinute = #(ly:make-moment 84/4) %% if needed
for the mid output
> - On the same line I want ”strike” to occur at the beginning of the bar.
> Again ”\halign #0 strike” failed to achieve this. Can somebody explain how
> this should be done.
>
<https://lists.gnu.org/mailman/listinfo/bug-lilypond>How about :
\tweak self-alignment-X #LEFT
\mark \markup\fontsize #-1 "strike"
R1
HTH, cheers,
Pierre
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond