lilypond-user
[Top][All Lists]
Advanced

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

Re: \set beatLength broken?


From: Carl Sorensen
Subject: Re: \set beatLength broken?
Date: Sat, 26 Mar 2011 13:34:31 -0600



On 3/26/11 12:22 PM, "Damian leGassick" <address@hidden> wrote:

> hi all
> 
> the snippet given at
> 
> http://lilypond.org/doc/v2.13/Documentation/notation/beams
> 
> \relative c'' {
>   c32[ c c c c c c c]
>   \set subdivideBeams = ##t
>   c32[ c c c c c c c]
> 
>   % Set beam sub-group length to an eighth note
>   \set baseMoment = #(ly:make-moment 1 8)
>   \set beatStructure = #'(2 2 2 2)
>   c32[ c c c c c c c]
> 
>   % Set beam sub-group length to a sixteenth note
>   \set baseMoment = #(ly:make-moment 1 16)
>   \set beatStructure = #'(4 4 4 4)
>   c32[ c c c c c c c]
> }

The snippet works perfectly for me under 2.13.56.  It also has to work under
2.13.55 to complete the documentation for 2.13.55.

> does not work for me under 2.13.55
> 
> I get a warning 
> 
> cannot find property type-check for 'beatLength' (translation-type?).

This error message indicates that you are trying to set beatLength, which is
no longer a valid property for 2.13.55.  beatLength has been replaced with
baseMoment and beatStructure.

HTH,

Carl




reply via email to

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