bug-lilypond
[Top][All Lists]
Advanced

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

error: auto beaming in tuplets after dotted semiquaver


From: Martin Straeten
Subject: error: auto beaming in tuplets after dotted semiquaver
Date: Fri, 30 Dec 2011 19:47:11 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

Autobeaming dotted semiquaver with 64th in tuplet is incorrect for 2.15.23.
Beams of first 64th points to the left instead of beeing connected to the beams 
of the 2nd and 3rd 64th.
Maybe this is a side effect of the latest patch for issue 11 
(http://code.google.com/p/lilypond/issues/detail?id=11)

Behaviour in 2.14.2 is correct.

best regards,
Martin

%sample snippet

\version "2.15.23"
\score {
\relative c'{
        \time 2/4 
        %correct with lilypond 2.14.2
        c4 c8. \times 2/3{d32 e f}
}}


%workaround with manual tweaks:
\version "2.15.23"
br = { 
  \set stemLeftBeamCount = #1 
  \set stemRightBeamCount = #3 
} 
blr = { 
  \set stemLeftBeamCount = #3 
  \set stemRightBeamCount = #3 
} 
\score {
\relative c'{
        \time 2/4 
        %correct  with manual tweaks
        c4 c8. \times 2/3{\br d32 \blr e f}
}}




reply via email to

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