---

** [issues:#5239] cross-staff slurs: 'positions' property buggy**

**Status:** New
**Created:** Mon Nov 13, 2017 07:26 AM UTC by Werner LEMBERG
**Last Updated:** Mon Nov 13, 2017 07:26 AM UTC
**Owner:** nobody
**Attachments:**

- 
[cross-staff-slur-positions-bug.png](https://sourceforge.net/p/testlilyissues/issues/5239/attachment/cross-staff-slur-positions-bug.png)
 (12.8 kB; image/png)


~~~~
\version "2.21.0"

\header { texidoc ="
Adjusting a slur using the @code{positions} property works for cross-staff
slurs also.

Here is a counterexample: Similar to a single-staff slur, the @code{(0 .
0)} position of the example's cross-staff slur should make the slur
vertically begin at the start staff's middle line, which is not the case.
" }

{
  \slurUp
  c'1( e'1)
  c'1-\tweak positions #'(0 . 0) -( e'1)
}

<<
  \new Staff = "top" {
    s1*4
  }

  \new Staff = "bottom" {
    \slurUp
    c'1( \change Staff = "top" e'1)
    \change Staff = "bottom"
    c'1-\tweak positions #'(0 . 0) -( \change Staff = "top" e'1)
  }
>>
~~~~



---

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.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Testlilyissues-auto mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

Reply via email to