> after David Nalesnik's suppressRedundantTimeSig-engraver, c/p > unchanged, > http://www.mail-archive.com/lilypond-user@gnu.org/msg72628.html I > coded a suppressRedundantKeySig-engraver.
Thanks a lot! However, below you can find one case (using your second, improved version) where it is failing: the key signature at the beginning of a line gets canceled, which is incorrect.. I guess that the correction is rather trivial, however, I wasn't able to fix it by myself :-( No time to learn lilypond Scheme, sigh... Werner ====================================================================== \score { \relative c' { \key d \major \time 2/2 d1 | d1 \break | \key d \major \time 2/2 d1 | d1 | } \layout { \context { \Score \consists #suppressRedundantTimeSig \consists #suppressRedundantKeySig } } }
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user