compiling irrational time signatures with \scaleDurations

2023-10-18 Thread Adrian Kleinlosen via LilyPond user discussion
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

Re: compiling irrational time signatures with \scaleDurations

2023-10-18 Thread Jean Abou Samra
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'

Re: compiling irrational time signatures with \scaleDurations

2023-10-18 Thread Vaughan McAlley
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