lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Getting beam subdivision working


From: David Kastrup
Subject: Re: Getting beam subdivision working
Date: Sat, 17 Jun 2023 15:20:24 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Dan Eble <dan@lyric.works> writes:

> On Jun 16, 2023, at 19:13, Jason Yip <sripedia_getpgrp@slmail.me> wrote:
>> 
>> minSubdivideInterval and maxSubdivideInterval. They are both
>> Rationals. Their numerator and denominator must be a power of 2. For
>> each power of 2 (including negative powers of 2 of course)

That's redundant.  It just means minSubdivideInterval and
maxSubdivideInterval must be an integral power of 2 (including
negative).

>> between those two values, the beam can be subdivided by that
>> interval. minSubdivideInterval can be 0 for no minimum limit,
>> maxSubdivideInterval can be infinity for no maximum limit.
>
> Setting the representation aside, is the following another way of
> describing what you have in mind?
>
> * These properties are independently optional.
> * The allowed values are integer powers of two (including negative powers).

That sounds like it would make more sense to specify those values in the
form of a "duration log", like the first argument to a ly:make-duration
call.

-- 
David Kastrup



reply via email to

[Prev in Thread] Current Thread [Next in Thread]