lilypond-user
[Top][All Lists]
Advanced

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

Re: can't beam in a quintuplet


From: James E. Bailey
Subject: Re: can't beam in a quintuplet
Date: Sun, 25 May 2008 00:30:47 +0200


Am 24.05.2008 um 23:26 schrieb Neil Puttock:

Hi Stefan,

2008/5/24 Stefan Thomas <address@hidden>:
Dear lilypond-users,
I have another strange problem:
in the below quoted example, I can't have the notes in the quintuplet under
one beam.
How can I solve the problem?
\version "2.11.43"
\relative {
   \time 3/4 r2 \times 2/3 {  r8 g b } |
   \time 4/4
   \times 4/5 { d16 [ b f'8. ] }  r4 r2 }

Autobeaming in tuplets is a bit broken, unfortunately.

For this example, the simplest fix is to set the beat length for the
quintuplet; place this override before the \times block:

\once \set beatLength = #(ly:make-moment 1 20)

Regards,
Neil


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

Wow thanks, I had this problem a while back, but never bothered to fix it, I just left it as lilypond had it: it wasn't *too* important to me.





reply via email to

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