lilypond-auto
[Top][All Lists]
Advanced

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

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


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5239 cross-staff slurs: 'positions' property buggy
Date: Mon, 13 Nov 2017 07:26:35 -0000


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

\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 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.

------------------------------------------------------------------------------
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
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

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