lilypond-user
[Top][All Lists]
Advanced

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

Re: adding tremolo to a note with dotted duration


From: Nick Didkovsky
Subject: Re: adding tremolo to a note with dotted duration
Date: Mon, 27 Jul 2009 14:59:09 -0400
User-agent: Thunderbird 2.0.0.22 (Windows/20090605)

aha!  Many thanks Mark!
best
Nick

Mark Polesky wrote:
Nick Didkovsky wrote:
What is the proper way to add 16th note tremolo to a note that
has a dotted duration?

The following renders a dotted eighth note with a single tremolo
slash instead of two trem slashes

g'8.:16

That is correct. For a note value equal to a quarter note or
longer, one slash means 8th-notes, two slashes mean 16th-notes,
etc. But for a note value shorter than a quarter note (ie. one
that already has one or more flags or beams, each slash halves the
undotted duration of the printed note. This is the standard
notational convention.

Hope this helps.
- Mark


\relative {
  \textLengthOn
  \override  TextScript #'self-alignment-X = #-0.5
  \time 8/1
  c1:8^" 8ths "
  c2:8^" 8ths "
  c4:8^" 8ths "
  c8:16^" 16ths "
  c16:32^" 32nds "
}






reply via email to

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