Re: can't beam in a quintuplet

2008-05-24 Thread James E. Bailey
Am 24.05.2008 um 23:26 schrieb Neil Puttock: Hi Stefan, 2008/5/24 Stefan Thomas <[EMAIL PROTECTED]>: 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" \r

Re: can't beam in a quintuplet

2008-05-24 Thread Stefan Thomas
Dear Neil, thanks! I've made a shortcut quintolbeam = { \once \set beatLength = #(ly:make-moment 1 20) }. I must say, it's the first time I had this problem with tuplet and beams. 2008/5/24 Neil Puttock <[EMAIL PROTECTED]>: > Hi Stefan, > > 2008/5/24 Stefan Thomas <[EMAIL PROTECTED]>: > > Dear li

Re: can't beam in a quintuplet

2008-05-24 Thread Neil Puttock
Hi Stefan, 2008/5/24 Stefan Thomas <[EMAIL PROTECTED]>: > 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

can't beam in a quintuplet

2008-05-24 Thread Stefan Thomas
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 } _