lilypond-user
[Top][All Lists]
Advanced

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

Re: overrideBeamSettings not working in 2.13.30


From: Carl Sorensen
Subject: Re: overrideBeamSettings not working in 2.13.30
Date: Wed, 18 Aug 2010 21:24:23 -0600



On 8/18/10 10:45 AM, "Hans Aberg" <address@hidden> wrote:

> On 18 Aug 2010, at 17:50, Carl Sorensen wrote:
> 
>> 
>> If you don't want to do \overrideTimeSignatureSettings, it would be
>> sufficient to do
>> 
>> \time 9/16
>> \set beatStructure = #'(4 2 3)
>> 
>> because the \time call resets beatStructure.
> 
> That does not work: I get 3+3+3 on that one, too. So perhaps there is
> a bug here.
> 


\version "2.13.30"

{
  \time 9/16
  \set beatStructure = #'(4 3 2)
  \repeat unfold 9 {c''16}
}

this gives the attached .png.

If it's not working for you, please submit a file that shows the problem.

Thanks,

Carl

Attachment: 9-16-test.png
Description: 9-16-test.png


reply via email to

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