lilypond-devel
[Top][All Lists]
Advanced

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

Re: Feature request


From: David Kastrup
Subject: Re: Feature request
Date: Mon, 01 Oct 2012 07:50:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

Werner LEMBERG <address@hidden> writes:

>>> \beaming { 8 [ 8 8 8 ] 8 [ 8 8 8 8 8 ] }
>>> \beaming { 8 [ 8 8 8 ] 8 [ 8 8 8 ] }
>> 
>> or maybe:
>>   \beaming {
>>     { 8 [ 8 8 8 ] 8 [ 8 8 8 8 8 ] }
>>     { 8 [ 8 8 8 ] 8 [ 8 8 8 ] }
>>   }
>> 
>> It's probably easier to keep track of what's happening (in terms
>> of programming) if there's a single command call; otherwise it
>> wouldn't be clear if both beamings were supposed to apply, or
>> whether the second one should clear the first one.
>
> Since the second entry doesn't clear the first one (because the number
> of beats in entries is different) I'm against this additional,
> artificial grouping.

At the current point of time, we are bikeshedding.  Please note that the
implementation of this feature does not depend on "naked" rhythms, it
should work just the same as

\beaming { c8 [ c c c ] c [ c c c c c ] }

so if people care about the details, they can significantly increase the
impact of their opinion by writing the implementation.

-- 
David Kastrup



reply via email to

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