lilypond-user
[Top][All Lists]
Advanced

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

Re: placing fermata over bar of music


From: Kieren MacMillan
Subject: Re: placing fermata over bar of music
Date: Mon, 8 Feb 2010 19:36:05 -0500

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 #'transparent = ##t
  R1^\fermataMarkup
}

\new Staff { 
  <<
    { \repeat tremolo 16 { fis'32( ais') } }
    \new Voice { \voiceThree \fullBarFermata }
  >> 
  \repeat tremolo 16 { fis'32( ais') } 
}

Hope this helps!
Kieren.



reply via email to

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