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 14:13:33 -0700 (PDT)

Thies,
I knew about that.  It's more like, add a second voice, stem up.  Then the E, stem down, is moved to the right a little and doesn't line up with the notes it should connect to on the next staff down.  If you compile my example you'll see what I mean.  Basically, I need to be able to shift notes to the right a little to line up.  Here's the code again:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\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
        >>
    }

%%%%%%%%%%%%%%%%%%%%%%%%%%

Thanks,
Rick


Thies Albrecht <address@hidden> wrote:
Hi Rick!

Rick Hogg schrieb:
> Can anybody help me on this? How do I move the notes on the bottom
> staff to the right?
Are you looking for something like
http://lilypond.org/doc/v2.8/Documentation/user/lilypond/Cross-staff-stems.html#Cross-staff-stems
?

Kind regards
Thies Albrecht



_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user


Sneak preview the all-new Yahoo.com. It's not radically different. Just radically better.
reply via email to

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