time signature gets printed twice if combined with acciaccatura
Johannes Becker <[email protected]> Wed, 25 Mar 2026 21:50:31 +0100
| Newsgroups | gmane.comp.gnu.lilypond.bugs |
|---|---|
| Message-ID | <[email protected]> |
% time signature gets printed twice if combined with acciaccatura
PianoRHMusic = {
\time 3/4
\acciaccatura d'8
c'2.
}
PianoLHMusic = {
\time 3/4
a2.
}
\include "satb.ly"
% Johannes