bug-lilypond
[Top][All Lists]
Advanced

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

Re: broken beam in subdivided triplets


From: Mats Bengtsson
Subject: Re: broken beam in subdivided triplets
Date: Thu, 03 Apr 2008 13:48:41 +0200
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

It's closely related to the already existing bugs and discussions related to subdivided beams (I promised at some time to update the existing bug report,
but I'm afraid I haven't had the time to really digest the problem fully).

In this particular case, one possible workaround is

\version "2.11.43"

\relative c' {
      \time 1/4
      \set Score.beatLength = #(ly:make-moment 1 12)
       #(override-auto-beam-setting '(end * * * *) 1 4)

      \times 2/3 { c16 c c8 c}
      \times 2/3 { c8 c16 c c8}
      \times 2/3 { c8 c c16 c}
}


   /Mats

Valentin Villenave wrote:
2008/4/2, Matthew <address@hidden>:

Hi Matthew,

I reproduced it with 2.11.43; however I can't say whether it's a bug
or not... Mats, please, can you have a look at the output and tell me
if this looks normal to you? Basically, LilyPond is handling the rythm
as if it were two tuplets of sixteenth notes instead of one tuplet of
eighth notes.

\version "2.11.43"

\relative c' {
       \time 1/4

       \times 2/3 { c16 c c8 c}
       \times 2/3 { c8 c16 c c8}
       \times 2/3 { c8 c c16 c}
}


Cheers,
Valentin

--
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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