bug-lilypond
[Top][All Lists]
Advanced

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

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


From: Zbyněk Burget
Subject: Vertical spacing is broken when \change Staff and \showStaffSwitch on \pageBreak
Date: Sat, 16 Dec 2023 14:52:30 +0100
User-agent: Mozilla Thunderbird

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 | c1 }
      \new Staff \relative c' { \clef treble c1 | c1 }
      \new Staff \relative c' { \clef treble c1 | c1 }
      \new Staff \relative c' { \clef alto c1 | c1 }
      \new Staff \relative c' { \clef alto c1 | c1 }
      \new Staff \relative c { \clef bass c1 | c1 }
    >>
    \new StaffGroup
    <<
      \new Staff \relative c'' { \clef treble c1 | c1 }
      \new Staff \relative c' { \clef treble c1 | c1 }
      \new Staff \relative c' { \clef treble c1 | c1 }
      \new Staff \relative c' { \clef alto c1 | c1 }
      \new Staff \relative c' { \clef alto c1 | c1 }
      \new Staff \relative c { \clef bass c1 | c1 }
    >>
    \new PianoStaff
    <<
      \new Staff = "1" <<
        \new Voice \relative c'' { \voiceOne \clef treble c1 | c1 }
        \new Voice\relative e' { \voiceTwo e1 | e1 }
      >> \new Staff = "2" <<
        \new Voice \relative c' { \voiceOne \clef bass c1 | \showStaffSwitch \change 
Staff = "1" c1 }
        \new Voice \relative c { \voiceTwo c1 | c1}
      >>
    >>

  >>
}



The problem occurs only if the \showStaffSwitch command is found.



--
Zbyněk Burget
Mlýnská 397
798 26 Nezamyslice

tel: 588 580 000, 739 930 931
http://www.burgnet.cz
IČ:  606 88 220; DIČ: CZ7210184674



reply via email to

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