Hello to all,
for quite some time now I've been trying to solve a problem concerning the
output of LilyPond code - unfortunately in vain. Maybe someone can help me
here?
About the "back story": I have written two algorithms in Python. First one,
with which I generate time signatures and metrono
Hi,
Here is a more minimal example illustrating your problem:
```
\version "2.24.2"
{
\scaleDurations 1/2 c'1
\scaleDurations 1/3 d'1
\scaleDurations 1/5 e'1
\scaleDurations 1/7 f'1
\scaleDurations 1/11 g'1
\scaleDurations 1/13 a'1
\scaleDurations 1/17 b'1
\scaleDurations 1/19 c'
On Thu, 19 Oct 2023, 03:49 Jean Abou Samra, wrote:
> Hi,
>
> Here is a more minimal example illustrating your problem:
>
> \version "2.24.2"
>
> {
> \scaleDurations 1/2 c'1
> \scaleDurations 1/3 d'1
> \scaleDurations 1/5 e'1
> \scaleDurations 1/7 f'1
> \scaleDurations 1/11 g'1
> \scal