Am Fr., 24. Jan. 2020 um 22:42 Uhr schrieb Werner LEMBERG <w...@gnu.org>:
>
>
> Folks,
>
>
> some publishers repeat accidentals not only if a tie gets broken
> between staves but also if it crosses a bar line:
>
>     |    |    |
>    #o    |   #o
>     \________/
>
> Is there a property in LilyPond to automatically activate this?
>
>
>     Werner
>

Hi Werner,

probably:

{
  \override Accidental.after-line-breaking = #'()
  cis'1~ cis'
}

Best,
  Harm

Reply via email to