On 11/3/23 9:31 AM, Jean Abou Samra wrote:
Le vendredi 03 novembre 2023 à 09:13 -0700, Paul Scott a écrit :
Thank you! I thought it was a type problem. The solution would have
been clear in C or Fortran or Pascal or Forth that I have programmed in.
Except that it doesn't work /blush/...
I wanted to write "number->string" and somehow muscle memory kicked in
and made me write "markup->string". Sorry about that.
This works:
|\version "2.24.2" firstPage = #59 \markup \fill-line {
#(number->string firstPage) } |
Best,
Jean
Thank you!
Paul