lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4432 in lilypond: \tempo collision with cross staf


From: lilypond
Subject: [Lilypond-auto] Issue 4432 in lilypond: \tempo collision with cross staff beam
Date: Fri, 05 Jun 2015 11:43:30 +0000

Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 4432 by address@hidden: \tempo collision with cross staff beam
https://code.google.com/p/lilypond/issues/detail?id=4432

Urs Liska wrote :

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 }
  >>
}

%%%%%%%%%%%%%% begin comment by Ralph
I can't tell whether this is identical to or part of Issue 3778. If it's covered by Issue 3778, please delete this issue.




--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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