Hi Reinhold:

> You should be able to achieve this with 
> \times 6/9 { \repeat tremolo 3 {cis8 g }}

Nice! My solution was definitely less elegant.

But yours causes a barcheck failure at that duration -- it still needs to be 
augmented to be durationally correct:

\version "2.13.18"

tupletStuff = \relative b {
  \voiceOne
  \time 6/4
  \clef bass
  \times 2/3 { b8[ e b } \times 2/3 { e b e } \times 2/3 { b e b] } \times 6/9 
{ \repeat tremolo 3 { e8*3/2 b }}  |
  c16 c c c
}

\score {
  \new Staff \tupletStuff
}

Cheers,
Kieren.

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

Reply via email to