lilypond-user
[Top][All Lists]
Advanced

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

Re: Irregular "9-tuplet" tremolo notation


From: Kieren MacMillan
Subject: Re: Irregular "9-tuplet" tremolo notation
Date: Sun, 9 May 2010 07:58:31 -0400

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.



reply via email to

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