Hi Urs,

> Is there a way to produce such an irregular tremolo (ending on the initial 
> note)?

I might suggest something like:

\version "2.13.18"

\layout {
  \context {
    \Score
    \override TupletBracket #'stencil = ##f
    \override TupletNumber #'extra-offset = #'(0 . 0.3)
  }
}

dlHalfOn = \override NoteHead #'duration-log = #1
dlHalfOff = \revert NoteHead #'duration-log
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] } \dlHalfOn 
\times 6/9 { e8.*3 b } \dlHalfOff  |
}

\score {
  \new Staff \tupletStuff
}

Hope this helps!
Kieren.

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

Reply via email to