lilypond-user
[Top][All Lists]
Advanced

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

Re: autoAccidentals usage


From: Thomas Morley
Subject: Re: autoAccidentals usage
Date: Thu, 28 Dec 2017 18:53:02 +0100

2017-12-28 14:11 GMT+01:00 Edward Neeman <address@hidden>:
> Hello,
>
> I would like to use the "forget" accidental style, but also force
> accidentals to appear after every tie.
>
> It's a little ugly, but it's not my own score I'm typesetting!
>
> Is it possible, maybe by setting the autoAccidentals property?
>
> %%%%%%%
> \version "2.19.80"
>
> {
>   \accidentalStyle forget
>   \offset Y-extent #'(1 . -1) Accidental
>   gis' gis'~ gis'!~ gis'
> }
>
> Thanks!
> Edward


How about:

{
  \accidentalStyle forget
  \override Accidental.after-line-breaking = #'()
  gis'~ gis'~ gis'~ gis'
}

Cheers,
  Harm



reply via email to

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