---

** [issues:#4806] Cross-staff glissando at line break: incorrect slope on first 
sibling**

**Status:** Accepted
**Created:** Mon Mar 21, 2016 10:55 AM UTC by Simon Albrecht
**Last Updated:** Mon Mar 21, 2016 10:55 AM UTC
**Owner:** nobody
**Attachments:**

- 
[4806.png](https://sourceforge.net/p/testlilyissues/issues/4806/attachment/4806.png)
 (6.3 kB; image/png)


As Harm reported, the fix for [issue 1578](#1578) (which is probably the same 
that fixed [664](#664)) doesn’t work for cross-staff cases.

~~~~
:::TeX
\version "2.19.38"

\paper { line-width = 50 }

lower =
\relative c'' {
  \override Glissando #'breakable = ##t
  \override Glissando #'after-line-breaking = ##t
  d,,1\glissando
  \break
  \change Staff = "upper"
  f'''1
}

\new PianoStaff <<
  \new Staff = "upper" { s1*2 }
  \new Staff = "lower" { \clef bass \lower }
>>
~~~~


---

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.
------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140
_______________________________________________
Testlilyissues-auto mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

Reply via email to