Hi John,
On 30.06.19 15:37, John McWilliam wrote:
I am new to this forum and have registered myself to the bug-lilypond list but
am not sure whether most question should go via the user list.
indeed these are questions for the user list, which is very open to all
kinds of Lily-related quest
Hi John,
perhaps I'm getting something wrong, but there is a very straight-forward
and easy solution to your problem: the \tempo command can handle this case
all by itself:
%
\version "2.19.83"
{
\tempo "Moderato" 4 = 84
c''1
}
%
HTH,
Torsten
--
Sent from: http://lilypon
Hi John and welcome here.
Le dim. 30 juin 2019 à 15:37, John McWilliam 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
Windows 10
Lilypond 2.19.83
Hi
- I am new to this forum and have registered myself to the bug-lilypond list
but am not sure whether most question should go via the user list. For example:
- In the above I want to Place the tempo text (Moderato) and the \Tempo ( 4 =
84) on the same line. I have