bug-lilypond
[Top][All Lists]
Advanced

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

Regression: 16th tuplets not subdivided with subdivideBeams


From: Xavier Scheuer
Subject: Regression: 16th tuplets not subdivided with subdivideBeams
Date: Sat, 21 Jan 2012 12:11:53 +0100

Hello,

Just reported on the French Users mailing list:

%%%% Snippet

%% subdivideBeams does not work anymore with 16th tuplets.
%% With 2.15.26 only the second beat is subdivided as expected.
%% Worked well with stable 2.14.2, so this is a Regression.

\version "2.15.26"

\relative c'' {
  \set subdivideBeams = ##t
  \set baseMoment = #(ly:make-moment 1 8)
  \set beatStructure = #'(2 2 2 2)
  \repeat unfold 8 {
    \times 2/3 { c16 e d }
  }
}

%%%% End of snippet

Cheers,
Xavier

-- 
Xavier Scheuer <address@hidden>



reply via email to

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