Duration dots are badly arranged

2023-12-16 Thread Zbyněk Burget via bug-lilypond
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

Vertical spacing is broken when \change Staff and \showStaffSwitch on \pageBreak

2023-12-16 Thread Zbyněk Burget via bug-lilypond
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 |

Re: Duration dots are badly arranged

2023-12-16 Thread Werner LEMBERG
> 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

Re: Vertical spacing is broken when \change Staff and \showStaffSwitch on \pageBreak

2023-12-16 Thread Werner LEMBERG
> 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