Hi Paul,
> I have one tremolo where the slashes collide with accidentals
> on the second note when I use this trick but not when I don't:
As with all such hacks, I would suggest explicitly instantiating the hack voice:
\version "2.13.12"
fullBarFermata = {
\once \override MultiMeasureRest #'t
On Mon, Feb 08, 2010 at 04:50:27PM -0700, Paul Scott wrote:
> On Mon, Feb 08, 2010 at 05:04:09PM -0500, Kieren MacMillan wrote:
> > Hi Paul,
> >
> > > I'm looking for a way to put a centered fermata over a bar of music.
> >
> > Did anyone answer this?
>
> No. I was about to post again since I w
On Mon, Feb 08, 2010 at 05:04:09PM -0500, Kieren MacMillan wrote:
> Hi Paul,
>
> > I'm looking for a way to put a centered fermata over a bar of music.
>
> Did anyone answer this?
No. I was about to post again since I was almost there.
> Here's one possibility:
>
> \version "2.13.12"
> noMMR
Hi Paul,
> I'm looking for a way to put a centered fermata over a bar of music.
Did anyone answer this?
Here's one possibility:
\version "2.13.12"
noMMR = \once \override MultiMeasureRest #'transparent = ##t
\new Staff << { \noMMR R1^\fermataMarkup } { a4 b c' d' } >>
> (In the actual case I w
Hi,
Should the following work? I'm looking for a way to put a centered
fermata over a bar of music.
(In the actual case I want a tremolo under the fermata.)
\version "2.13.12"
\new Staff << { s1^\fermataMarkup } { a1 } >>
TIA,
Paul Scott
___