bug-lilypond
[Top][All Lists]
Advanced

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

autobeaming swung triplets in x/8 time


From: Keith E OHara
Subject: autobeaming swung triplets in x/8 time
Date: Mon, 27 Sep 2010 17:49:24 -0700
User-agent: Opera Mail/10.62 (Win32)

% Automatic beaming does connect the c8 c16 triplet
% in time signatures that have a 1/8-note beat
%
% Time signatures 3/8 and 5/8 show this issue after
%  \set Timing.beamExceptions = #'()
%
% 2.12, by contrast, misses these beams when written
%  in the corresponding 3/16 time signature
%
\version "2.13.34"
\relative c'' {
  \time 6/16
  c16 c c c8 c16

  \time 2/8
  \times 2/3 {c16 c c} \times 2/3 {c8 c16}
  \scaleDurations #'(2 . 3) {c16 c c c8 c16}
}

Attachment: A12.png
Description: PNG image

Attachment: A13.png
Description: PNG image


reply via email to

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