Lucas Cavalcanti:
s = s + "'" * commas
In this script, commas should be an integer. I don't know why it is not, but you could change it to: s = s + "'" * int(round(commas)) for a quick workaround.
Joram Berger via bug-lilypond Mon, 04 Nov 2024 05:23:58 -0800
Lucas Cavalcanti:
s = s + "'" * commas
In this script, commas should be an integer. I don't know why it is not, but you could change it to: s = s + "'" * int(round(commas)) for a quick workaround.