lilypond-user
[Top][All Lists]
Advanced

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

Re: Fwd: re: automatic beaming behavior


From: David Kastrup
Subject: Re: Fwd: re: automatic beaming behavior
Date: Fri, 21 Jul 2017 23:41:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Reilly Farrell <address@hidden> writes:

> Thank you for your responses.  In this case, we're looking to set up
> beaming rules that LilyPond does not follow by default (such as grouping
> consecutive eighth notes in pairs of two when in 4/4 time, rather than
> groups of four).
>
> David, your solution seems just like what we need based on what I've read
> in the documentation.  Right now, though, I'm receiving the following error
> message:
>
> error: wrong type for argument 3.  Expecting list, found 2
>
>     2,
>
>       2,2,2 % beatStructure
>
> ../../../road-map-score-block.ily:20:6: error: syntax error, unexpected ','
>
>     2
>
>      ,2,2,2 % beatStructure
> etc.
>
> Is there something I've overlooked in the formatting?

>> %% Beam crochets separately.
>> %% 2.18.2 can't parse this format for beatStructure

[...]

>> %% Beam compound dotted crochets separately.
>> %% 2.18.2 can't parse this format for beatStructure

You need a newer version of LilyPond, or you need to write

    2,2,2,2

as
    #'(2 2 2 2)

instead.

-- 
David Kastrup



reply via email to

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