Hi,
I found bug in arrangement duration dots in a specific case:
\version "2.24.3"
\score {
\new PianoStaff <<
\new Staff = "1" <<
\new Voice \relative a' { \voiceOne a2 g4 c }
\new Voice \relative e' { \voiceTwo 2. g4 }
>> \new Staff = "2" <<
\new Voice \rela
Hi,
here is example of this bug:
\version "2.24.3"
\score {
<<
\new StaffGroup
<<
\new Staff \relative c''{ \clef treble c1 | \pageBreak c1 }
\new Staff \relative c'{ \clef treble c1 | c1 }
>>
\new StaffGroup
<<
\new Staff \relative c'' { \clef treble c1 |
> I found bug in arrangement duration dots in a specific case: [...]
There is no bug. Using `\hideNotes` only makes note heads (and dots)
invisible, but they are still positioned. You should rather try
something like the following.
```tex
\version "2.24.3"
\new PianoStaff <<
\new Staff = "1
> here is example of this bug: [...]
>
> The problem occurs only if the \showStaffSwitch command is found.
Yes, this is a bug. Thanks for the report; filed as
https://gitlab.com/lilypond/lilypond/-/issues/6684
Werner