lilypond-user
[Top][All Lists]
Advanced

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

Re: incorrect beams in 16th quintuplet


From: Stefan Thomas
Subject: Re: incorrect beams in 16th quintuplet
Date: Mon, 9 Jun 2008 10:47:47 +0200

Dear Luis,
I had the same problem! But there is a solution (not my idea) available. I changed Your snippet o the following:
%%%%%%% BEGIN %%%%%%%%%%
\version "2.11.42"
quintolbeam = { \once \set beatLength = #(ly:make-moment 1 20) }
\relative c'
{
\times 4/5 { f8 f16 f16 f16 } r4
\times 4/5 { f16 f8 f16 f16 } r4
\quintolbeam
\times 4/5 { f16[ f16 f8 f16 ] }  r4
\quintolbeam
\times 4/5 { f16 f16 f16  f8 } r4

}

\layout{ragged-right=##t}
%%%%%%%% END %%%%%%%%%%%%%%



reply via email to

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