bug-lilypond
[Top][All Lists]
Advanced

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

2.22: unexpected bar numbering when using * lengths and skipBars


From: Silas S. Brown
Subject: 2.22: unexpected bar numbering when using * lengths and skipBars
Date: Mon, 21 Nov 2022 12:36:34 +0000

% In 2/4 time, I want to write 4 bars rest
% followed by 2 minims (half-notes).
% The bar numbering comes out differently:

\version "2.22.2"
\relative c' {
\set Score.skipBars = ##t
\time 2/4 R2*4 c ^"This is bar 5" \break
d ^"I think this should be bar 6 but it is bar 9" }

% The problem goes away if I remember to
% write "c2" instead of "c" after the "R2*4".

% If I omit the skipBars, it becomes more obvious
% that empty bars are being added after the c
% because this aspect of the *4 is persisting.


-- 
Silas S. Brown http://ssb22.user.srcf.net



reply via email to

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