On 8/18/10 10:45 AM, "Hans Aberg" <haber...@telia.com> 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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to