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:

- 
[document.png](https://sourceforge.net/p/testlilyissues/issues/_discuss/thread/e7885fce6d/dc10/attachment/document.png)
 (29.6 kB; image/png)


---

** [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:**

- 
[cross-staff-slur-and-textscript-eps.png](https://sourceforge.net/p/testlilyissues/issues/5542/attachment/cross-staff-slur-and-textscript-eps.png)
 (11.8 kB; image/png)
- 
[cross-staff-slur-and-textscript-normal.png](https://sourceforge.net/p/testlilyissues/issues/5542/attachment/cross-staff-slur-and-textscript-normal.png)
 (6.0 kB; image/png)


[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 [email protected] 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

Reply via email to