lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5229 Adjustin


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5229 Adjusting a VoiceFollower's vertical position is buggy
Date: Sat, 04 Nov 2017 05:28:23 -0000

I'm using commit ef6b6f2780, BTW.


[issues:#5229] Adjusting a VoiceFollower's vertical position is buggy

Status: New
Created: Fri Nov 03, 2017 06:59 PM UTC by Werner LEMBERG
Last Updated: Fri Nov 03, 2017 06:59 PM UTC
Owner: nobody
Attachments:

\version "2.21.0"

\header { texidoc ="

Adjusting a @code{VoiceFollower.bound-details.left.Y} position gets
applied to the @code{VoiceFollower} grob's start staff.

Here is a counterexample; the grob's end staff is used instead.
" }

<<
  \new Staff = "top" {
    c''1
    \showStaffSwitch
    \change Staff = "bottom"
    c'1
    \hideStaffSwitch
    \change Staff = "top"

    c''1
    \showStaffSwitch
    \once\override VoiceFollower.bound-details.left.Y = #0
    \change Staff = "bottom"
    c'1
  }

  \new Staff = "bottom" {
    s1*4
  }
>>

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]