lilypond-user
[Top][All Lists]
Advanced

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

Re: Connecting notes on separate staves...


From: Rick Hogg
Subject: Re: Connecting notes on separate staves...
Date: Sat, 20 May 2006 10:49:40 -0700 (PDT)

Can anybody help me on this?  How do I move the notes on the bottom staff to the right?  I know how to move expressions and other non-musical content, but I need to shift actual notes to be able to connect them to the note on the top staff.

Thanks
Rick

Rick Hogg <address@hidden> wrote:
Hello,
I've come across a problem.  I'm using cross-staff beams, in conjunction with voices using << \\ >>, but the note from the top staff doesn't line up with the notes from the bottom.  Have a look:

%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.8.3"

\layout { ragged-right = ##t }
stemExtend = \once \override Stem #'length = #14
noFlag = \once \override Stem #'flag-style = #'no-flag

upper = \relative c' {
    \clef treble
    \time 6/8
    \key a \major
    << <f a d>8-. \\ \stemDown \stemExtend \noFlag e8 >> r r
    }

lower = \relative c' {
    \clef bass
    \time 6/8
    \key a \major
    <d b>8 r r
}

\score
    {   
        \new PianoStaff <<
            \new Staff = "upper" \upper
            \new Staff = "lower" \lower
        >>
    }
%%%%%%%%%%%%%%%%%%%%%%%

How do I move the bottom notes to line up with the top one?

Thanks,
Rick

Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min._______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user


Ring'em or ping'em. Make PC-to-phone calls as low as 1¢/min with Yahoo! Messenger with Voice.
reply via email to

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