lilypond-user
[Top][All Lists]
Advanced

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

Connecting notes on separate staves...


From: Rick Hogg
Subject: Connecting notes on separate staves...
Date: Fri, 19 May 2006 16:43:56 -0700 (PDT)

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.
reply via email to

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