bug-lilypond
[Top][All Lists]
Advanced

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

Re: Autobeaming not working for tuplets in 3/4 bars


From: Mats Bengtsson
Subject: Re: Autobeaming not working for tuplets in 3/4 bars
Date: Fri, 05 Jan 2007 17:48:48 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

I wouldn't call it a bug but a missing feature. It might even be an intended feature. In 3/4, the automatic beaming will beam ordinary 8th notes together over full measures but break 16th notes into beats and 32nd notes into 8th note beams. Without access to my music library, I cannot tell if triplets should always be
beamed in beats in 3/4, even though it sounds reasonable.

Anyway, you can easily add this yourself:
#(override-auto-beam-setting '(end 1 12 3 4) 1 4)
#(override-auto-beam-setting '(end 1 12 3 4) 2 4)

  /Mats

Frédéric Chiasson wrote:
Hi!

I think I have found a bug concerning the tuplet beaming in 3/4 bars. With this code, instead of beaming by beats, the beam stretches for all the bar.
This bug does not happen for 4/4 bars.

\version "2.11.8"

\relative c' {
\time 3/4
\times 2/3 {c8 d e}
\times 2/3 {c8 d e}
\times 2/3 {c8 d e}
}
_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        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]