lilypond-user
[Top][All Lists]
Advanced

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

Re: \set beatLength broken?


From: Damian leGassick
Subject: Re: \set beatLength broken?
Date: Sat, 26 Mar 2011 19:19:59 +0000

Hi Xavier

yes it was 2.12/13 docs confusion

Damian

On 26 Mar 2011, at 19:13, Xavier Scheuer wrote:

> On 26 March 2011 19:22, 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]
>> }
>> 
>> does not work for me under 2.13.55
>> I get a warning
>> cannot find property type-check for 'beatLength' (translation-type?).
>> or am I doing something wrong
> 
> Works fine here with 2.13.55 GNU/Linux.
> Are you sure you are compiling with this version and not 2.12.3 that
> would be installed also ?
> You can check by running "lilypond" (without argument) in a terminal.
> 
> Cheers,
> Xavier
> 
> -- 
> Xavier Scheuer <address@hidden>




reply via email to

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