Re: placing fermata over bar of music

2010-02-08 Thread Kieren MacMillan
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

Re: placing fermata over bar of music

2010-02-08 Thread Paul Scott
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

Re: placing fermata over bar of music

2010-02-08 Thread Paul Scott
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

Re: placing fermata over bar of music

2010-02-08 Thread Kieren MacMillan
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

placing fermata over bar of music

2010-02-05 Thread Paul Scott
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 ___