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 %%%%%%%%%%%%%%
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to