lilypond-user
[Top][All Lists]
Advanced

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

Re: accidentals and ties


From: VSD
Subject: Re: accidentals and ties
Date: Wed, 15 Jun 2005 12:30:59 +0200
User-agent: Opera M2/8.0 (Win32, build 7561)

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 <address@hidden> 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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user









reply via email to

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