lilypond-user
[Top][All Lists]
Advanced

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

Re: Autobeaming problem in 12/16


From: Mats Bengtsson
Subject: Re: Autobeaming problem in 12/16
Date: Fri, 31 Aug 2007 10:51:53 +0200
User-agent: Thunderbird 2.0.0.5 (X11/20070716)



Werner LEMBERG wrote:
\version "2.11.30"
\paper { ragged-right = ##t }
\relative { \time 12/16
    #(override-auto-beam-setting '(end * * 12 16) 6 16 'Score)
    c'16 c c c c c c c c c c c  %correct autobeaming without subdivision
    \set beatLength = #(ly:make-moment 3 16)
    \set subdivideBeams = ##t
    c16 c c c c c c c c c c c  %autobeaming breaks down, subdivision
incorrect for first beat
    c16[ c c c c c] c c c c c c  %works, but would rather avoid manual beams
}

Is there something I'm missing here?

It's a bug, as far as I know.  `subdivideBeams' ruins autobeating,
among other things.  Will provide a bug report as soon as I have more
time.
I recall some related problems reported on the user mailing list recently, where
you do get subdivision even though subdivideBeams is set to false.

  /Mats




reply via email to

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