bug-lilypond
[Top][All Lists]
Advanced

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

Re: Bug in beatLength processing in 12/16 time?


From: Graham Percival
Subject: Re: Bug in beatLength processing in 12/16 time?
Date: Wed, 28 Nov 2007 17:44:18 -0800
User-agent: Thunderbird 2.0.0.6 (X11/20071022)

Thanks, added as

http://code.google.com/p/lilypond/issues/detail?id=511

Cheers,
- Graham


Trevor Daniels wrote:
The recent note to -user from Matt Huber (24 Nov 07 20:27)
suggests there is a bug with the automatic beaming of 16th
notes in 12/16 time when beamLength is set to 2 or 3.
Here's a minimal example:

{
  \time 12/16
  \set Score.beatLength = #(ly:make-moment 1 16 )  % Correct
  b16 b b b b b b b b b b b
  \set Score.beatLength = #(ly:make-moment 2 16 )  % Wrong
  b16 b b b b b b b b b b b
  \set Score.beatLength = #(ly:make-moment 3 16 )  % Wrong
  b16 b b b b b b b b b b b
  \set Score.beatLength = #(ly:make-moment 4 16 )  % Correct
  b16 b b b b b b b b b b b
  % All higher beatLengths give correct beaming
}

Maybe I missed something in auto-beam.scm, but I can see
nothing there which affects the beaming of 1/16th notes in
12/16 time.  Same fault in other time signatures too - I
tried 11/16 and 13/16 with same results.

Trevor Daniels




_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond





reply via email to

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