I don't know a straight way to do it, but you can place a "transparent" voice which displays only the accidentals. More or less:

\score
{
  <<
    { \tieDown ais'4 ~ ais' b' des' ~ des' } \\
    {
      \override NoteHead #'transparent = ##t
      \override Stem #'transparent = ##t
      \override Beam #'transparent = ##t
      ais'4 ais'! b' des' des'!
    }
  >>

}


this cheap trick works (in lilypond 2.5.29).

Vincent

On Tue, 14 Jun 2005 19:30:12 +0200, Robert Edward Edge <[EMAIL PROTECTED]> wrote:

does anybody out there know how to force an accidental to be
printed on the second of a pair of tied notes? (accidental
style 'forget does not do this, neither do cautionary or
explicit accidentals)


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







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

Reply via email to