Re: Getting unsimplified tuplet ratio

2023-07-18 Thread Jason Yip
On 2023-07-18 00:25, Jean Abou Samra - jean(a)abou-samra.fr wrote: Bottom line: if you have the first TupletSpanEvent somewhere, you should be able to read the numerator and denominator as from_scm (get_property (event, "numerator")) from_scm (get_property (event, "denominator")) That surprisin

Re: Getting unsimplified tuplet ratio

2023-07-18 Thread Jean Abou Samra
Hi Jason, Sorry that I haven't been able to follow your project as closely as I wanted to. Your progress sounds great! > Does anyone know how the process of parsing tuplet fractions goes? At > what location in the codebase does the original tuplet numerator and > denominator become a Moment? W