lilypond-user
[Top][All Lists]
Advanced

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

Re: Tuplet on single-note tremolo


From: Kieren MacMillan
Subject: Re: Tuplet on single-note tremolo
Date: Sun, 23 Dec 2007 17:22:58 -0500

Hi Reinhold:

There might be a "real" way (i.e., by adjusting some TupletNumber setting), but I don't know it...
Worst case scenario, put them in as markups -- see example code, below.

Hope this helps!
Kieren.
____________________________________________

\version "2.11.35"

tup = \markup { \translate #'(0.6 . -0.1) \fontsize #-2 \italic 3 }
tupSix = \markup { \translate #'(0.6 . -0.1) \fontsize #-2 \italic 6 }

\relative c''
{
  \autoBeamOff
  \time 3/4
\times 2/3 { a8[ a a] } \times 2/3 { a8[ a a] } \times 2/3 { a8[ a a] } |
  \times 2/3 a4.:8^\tup \times 2/3 a4.:8^\tup \times 2/3 a:8^\tup |
  \times 4/6 a2.:8^\tupSix \times 2/3 a4.:8^\tup
}




reply via email to

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