Doh!

That does the trick.

Thanks Alex.

On 01/20/2014 12:34 PM, Alex Loomis wrote:
Move it to after the e but before the change.

\voiceOne

\showStaffSwitch

cs8 a r a e' e

\once \override VoiceFollower #'(bound-details right Y) = #-2

\change Staff = "Right"

\voiceTwo gs fs16 e




On Mon, Jan 20, 2014 at 11:55 AM, David B. Stocker <notesetters...@gmail.com <mailto:notesetters...@gmail.com>> wrote:

    I've followed the directions in "Using the line-spanner-interface"
    <http://lilypond.org/doc/v2.16/Documentation/notation/spanners> in
    the manuals, trying to nudge the right end of a Voice Change line.

    It isn't working.

    Would someone mind taking a look at my example, and see if I'm
    missing something obvious?

    I'm using LilyPond 2.16.2


    Thanks,

    David


    %%%Minimal Example%%%

    \version "2.16.2"


    \include "english.ly <http://english.ly>"


    \score {

    \new PianoStaff <<

    \new Staff = "Right" <<

    \clef "treble"

    \key d \major

    \time 4/4

    \new Voice {

    \relative c'' {

    \voiceOne

    r8 e fs fs16 gs a8 e b b

    }

    }

    \new Voice {

    \relative c'' {

    \voiceTwo

    e16 a, b cs d e~ e d cs8 b16 a s4

    }

    }

    >>

    \new Staff = "Left" <<

    \clef "bass"

    \key d \major

    \time 4/4

    \new Voice {

    \relative c' {

    \voiceOne

    \showStaffSwitch

    cs8 a r a e'

    \once \override VoiceFollower #'(bound-details right Y) = #-2

    e \change Staff = "Right"

    \voiceTwo gs fs16 e

    }

    }

    \new Voice {

    \relative c' {

    \voiceTwo

    a8 a a a a gs16 d e8 d

    }

    }

    >>

    >>

    }


    %%%End Minimal Example%%%



-- David B. Stocker
    804-335-6042  <tel:804-335-6042>
    http://notesettersinc.com


    _______________________________________________
    lilypond-user mailing list
    lilypond-user@gnu.org <mailto:lilypond-user@gnu.org>
    https://lists.gnu.org/mailman/listinfo/lilypond-user



--
David B. Stocker
804-335-6042
http://notesettersinc.com

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to