This file compiles to a correct PDF, but lilyponds complaint about
different bar lengths is wrong.
The "skipped" note is not engraved, so the bars have the same length.
But lilypond complains as if everything is rendered.
I sometimes use tags so that midi and PDF gets different notes,
usually to work around some rendering problem. I just got
a solution so I don't need this to work just now, but
thought you might want to know anyway.
The problem here is that such warnings are very useful when they are
always correct. They can point out typos. But wrong warnings means they
get ignored, and that could mask real problems in the same music.
Helge Hafting
\version "2.13.60"
\parallelMusic #'(A B) {
b2 a |
g2 f
\tag #'skipthis { d1 }
}
\score {
\removeWithTag #'skipthis
\relative c'' << \A \\ \B >>
}
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond