>> % The 2nd system's accidental is correctly hidden, but the 4th system's is >> % incorrectly present. The 6th system uses the workaround of placing the >> % hide-tied-accidental-after-break bit in the voice. The direction of the >> % ties is different too. >> >> >> \version "2.18.2" >> >> { \override Accidental #'hide-tied-accidental-after-break = ##t >> { \break ges1~ >> \break ges >> \break << { ges1~ >> \break ges } \\ >> >> \break << { \override Accidental #'hide-tied-accidental-after-break = >> ##t ges1~ >> \break ges } \\ >> >> } >> }
> That's behaving as expected. The properties in the default Voice are > independent from the properties in Voice = "1" and Voice = "2". My bad. Here's one that seems to work score-wide, in case anyone gets stuck on it. \version "2.18.2" \score { { \break ges1~ \break ges \break << { ges1~ \break ges } \\ >> } \layout { \override Score.Accidental.hide-tied-accidental-after-break = ##t } } _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond