lilypond-user
[Top][All Lists]
Advanced

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

Re: Fermatas with tremolos


From: Noeck
Subject: Re: Fermatas with tremolos
Date: Mon, 19 Feb 2018 21:17:00 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

Dear Peter,

how about this:

{
  \once\override TupletNumber.text = \markup \fermata
  \tuplet 1/1 \repeat tremolo 16  { c'32 c''}
}

It is misusing a tuplet for the fermata and just overrides the text
(which would print "1" otherwise). If one does not like the idea of such
a fake tuplet in this case, there is probably a way to use the same
bracket mechanism as for tuplets but without any timing interference.

Best,
Joram



reply via email to

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