Hi David and Urs,
thanks for your fast replies. David’s suggestion does just very fine.
> But this begs the question why you don't just assign the whole tempo
> specification to a single variable.
Of course, you are right! But I was using this request as an example for some
other questions I
"Dr. med. Kai Lautenschläger" writes:
> \version "2.19.7"
>
> Hi everyone!
>
> is it possible to construct variables from others? I want to construct
>
> \tempo "Text" 4=80
>
> from the variables
>
> tempoText = "Text" and
> tempoNumber = "4=80"
>
> that are defined at two different places in a
Am 19.06.2014 13:04, schrieb "Dr. med. Kai Lautenschläger":
\version "2.19.7"
Hi everyone!
is it possible to construct variables from others? I want to construct
\tempo "Text" 4=80
from the variables
tempoText = "Text" and
tempoNumber = "4=80"
that are defined at two different places in a c
\version "2.19.7"
Hi everyone!
is it possible to construct variables from others? I want to construct
\tempo "Text" 4=80
from the variables
tempoText = "Text" and
tempoNumber = "4=80"
that are defined at two different places in a complicated file structure
(\include)
I tried:
\version "2.