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, 24 Sep 2012 09:44:58 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

Werner LEMBERG <address@hidden> writes:

>>>   \beaming { c8[ c] c r c[ c c c] }
>> 
>> Ouch.  Of course.
>> 
>>> but yes, that would be great.
>
> This could probably be
>
>   \beaming {8[ 8] 8 8 8[ 8 8 8] }

Uh no.  You need the rest, or you need to write something like
\beaming {4 8[ 8] 8[ 8 8 8]}

And where the overrides can be used, the meter might not be known yet,
so one needs to write something like
\beaming 4/4 { ... }
(somewhat redundant) and/or require that the argument consists of
whole bars separated by bar checks.

It is probably easiest to require the time specification always (it is
needed for setting baseMoment and figuring out measureLength): that way
the chance for users to mess up once they have LilyPond stop complaining
is minimized.

-- 
David Kastrup



reply via email to

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