Full bar rest printed incorrectly after time signature change
"Ole V. Villumsen via bug-lilypond" <[email protected]>
| Newsgroups | gmane.comp.gnu.lilypond.bugs |
|---|---|
| Message-ID | <ktP7JOtEEJgGh5uizqduo98fCwQhmZNHRYqQuH4O8VVwzwp6gmJF3sC0pebY-tgl1aRxpCAJjTO3NtuPgFxuRJLVNWmhgoyOh9Ib7dkaljY=@protonmail.ch> |
I have found no really acceptable workaround for this bug. Please see the attachments. Thx Ole -- Ole V. Villumsen Jelshøjvænget 13 DK - 8270 Højbjerg Denmark +45 - 86 27 29 26 Text +45 - 30 22 29 26 Sent with [Proton Mail](https://proton.me/) secure email. _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
full-bar-rest-after-mid-bar-time-change.ly
(text/x-lilypond, 483 B)
% In the output from this file, the first full bar rest (R2) is printed
% incorrectly as a 2 bars rest between the previous and the current bar.
% The rest comes immediately after a mid-measure time signature change
% with zero upbeat.
% The second full bar rest is printed correctly.
% The first one should be printed in the same way.
\version "2.22.2"
{
\time 3/4
f'4 f'
\time 2/4
\partial 8*0 % Required, NR 1.2.3
R2 | % Prints incorrectly
R2 | % Prints correctly
}
full-bar-rest-after-mid-bar-time-signature-change.png
(image/png, 7.9 KB) - not displayed