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 08:05:57 -0400

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.



reply via email to

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