lilypond-user
[Top][All Lists]
Advanced

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

A strange behaivor of autobeaming


From: Павел Буданов
Subject: A strange behaivor of autobeaming
Date: Mon, 04 Feb 2019 22:53:43 +0300

Hello everybody! You can see on the next image, that autobeaming is not always correct:
For the sake of experiment, I tried to put this snippet to separate file:
\scaleDurations 2/3 \relative f,
{
   \clef bass
   \set subdivideBeams = ##t
   \set baseMoment = #(ly:make-moment 3/16)
   \tuplet 6/6 { b,8 f'16 d' f, d' } 
   b' d, f, d' f, b,~
   \repeat unfold 2
   { b8 f'16 d' f, d' b' d, f, d' f, b,~ }
}
And got a different result:
What is the root of this problem?

reply via email to

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