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.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to