lilypond-devel
[Top][All Lists]
Advanced

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

Re: MIDI rendition of things like rall./acc./rit./fermata


From: Dan Eble
Subject: Re: MIDI rendition of things like rall./acc./rit./fermata
Date: Sun, 13 Jun 2021 14:16:38 -0400

On Jun 13, 2021, at 12:36, David Kastrup <dak@gnu.org> wrote:
> (by
> the way: it is patently ridiculous that it requires \articulate for
> getting tomh1:32 rendered as more than one note).

Yes, especially because the Notation Reference comes quite close to saying that 
the :N notation is equivalent to \repeat tremolo: "The same output can be 
obtained by adding :N after the note. . . ."

\version "2.23.0"
music = <<
  \new Staff { \repeat tremolo 8 { c'8 } }
  \new Staff { c'1:8 }
>>
\new Score { \music }
\new Score { \unfoldRepeats \music }

If pD:d constructed the same music as \repeat tremolo d-per-D { pd }, that 
would have worked.
—
Dan




reply via email to

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