bug-lilypond
[Top][All Lists]
Advanced

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

Cross-system tied accidentals not hidden


From: to7m
Subject: Cross-system tied accidentals not hidden
Date: Mon, 20 Jul 2015 01:04:12 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

% 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 } \\ >>
  }
}




reply via email to

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