lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5542 cross-st


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5542 cross-staff slur hides text in eps backend
Date: Wed, 22 Apr 2020 20:57:02 -0000

It’s even worse, it seems: as soon as there’s a cross-staff slur, nothing else (scripts, markups, whatever) can be encompassed in the skylines:

%#(ly:set-option 'backend 'eps)
#(ly:set-option 'debug-skylines)
\header { tagline=##f }

<< \new Staff = "A" {
  g4(_\fermata g'')\fermata
  \change Staff = "B" g(_\fermata
  \change Staff = "A" g'')\fermata }
   \new Staff = "B" { s1 } >>

Attachments:


[issues:#5542] cross-staff slur hides text in eps backend

Status: Accepted
Created: Sat Jul 27, 2019 05:23 AM UTC by Werner LEMBERG
Last Updated: Wed Aug 07, 2019 08:12 AM UTC
Owner: nobody
Attachments:

[git version from today]

\version "2.21.0"

\header {
  texidoc = "
Cross-staff slurs must behave the same in the eps
backend.

Here is a counterexample; the string `foo' located
right over the last note completely disappears.  In
other words, this is a more serious cropping issue
than inaccurate bounding boxes.
"
}


%#(ly:set-option 'backend 'eps)

\header {
  copyright = ""
  tagline = ##f
}

<< \new Staff = "A" {
     g4 g'' \change Staff = "B" g(
            \change Staff = "A" g'')^"foo" }
   \new Staff = "B" { s1 } >>

Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

_______________________________________________
Testlilyissues-auto mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

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