lilypond-user
[Top][All Lists]
Advanced

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

auto-beaming in uncommon time signatures


From: Matt Huber
Subject: auto-beaming in uncommon time signatures
Date: Sat, 24 Nov 2007 20:27:07 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Howdy!

I'm experiencing some unusual behavior with beaming that I can't seem to
correct.    In 12/16 time, if the Score.beatlength is set to 6/16, lilypond
correctly produces two groupings of 6 notes each.  However, changing the
beatLength to 3/16 produces inconsistent beaming within a measure: 2-4-3-3
instead of 3-3-3-3.  Can someone explain why this is happening, and how to
correct this?

Thanks!
~Matt

Example code:
---------------------------------------
\version "2.10.29"

{
  \time 12/16
  #(override-auto-beam-setting '(end * * * *) 6 16 )
  #(override-auto-beam-setting '(end * * * *) 12 16 )
  #(override-auto-beam-setting '(end * * * *) 18 16 )
  #(override-auto-beam-setting '(end * * * *) 24 16 )
  \set subdivideBeams = ##t
  \set Score.beatLength = #(ly:make-moment 6 16)

  b16 b b b b b b b b b b b 
  \set Score.beatLength = #(ly:make-moment 3 16)
  b16 b b b b b b b b b b b 
}
-----------------------------------------





reply via email to

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