bug-lilypond
[Top][All Lists]
Advanced

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

\tempo collision with cross staff beam


From: Urs Liska
Subject: \tempo collision with cross staff beam
Date: Mon, 01 Jun 2015 15:03:09 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

Hi bug squad,

I ran into a collision bug.

With a cross-staff beam present \tempo doesn't take any objects above the staff into account. If you comment out the beam in the following example the \tempo is correctly shifted upwards to accomodate the dynamic. Result is identical with 2.18.2 and 2.19.22.

This may be related to 3778, but strangely so:

- With cross-staff beam:
  Wrong output in PDF and SVG
- With beam commented out:
  PDF: correct spacing
  SVG: Same error as with beam

Urs

\version "2.18.2"

music = {
  \tempo 8 = 72
% Also "works" with articulations that are placed above the staff by default
  d''8 ^\p
  % Comment out beam to see correct engraving
  [
  \change Staff = "2"
  d''
  ]
}

\score {
  \new StaffGroup <<
    \new Staff = "1" \music
    \new Staff = "2" { s4 }
  >>
}



reply via email to

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