Am 27.06.2008 um 22:55 schrieb Kieren MacMillan:

Hi James,

The output has the cross staff beams horribly, horribly wrong.

I'm not sure exactly what you're looking for, but maybe the following modified code will get you going in the right direction:


Well, I had a guess, and it came up right.
\include "deutsch.ly"
RHright = \relative {\key es \major \time 6/8\voiceTwo \stemDown g''16 es b g \change Staff = "LH" \stemUp es b es, b'-1 es,-2 b es-1 b } RHwrong = \relative {\key es \major \time 6/8\voiceTwo \stemDown g''16 es b g \change Staff = "LH" \stemUp es( b es, b'-1 es,-2 b es-1 b) }
LH = {\key es \major \time 6/8 \clef bass s2.}

\score {
   \new PianoStaff <<
      \new Staff \RHright
      \new Staff = "LH" \LH
   >>
}

\score {
   \new PianoStaff <<
      \new Staff \RHwrong
      \new Staff = "LH" \LH
   >>
}

The RHright gets the beam correct, but I don't have the slur. the wrong one gets the slur but the beam is wrong. Is there some better way to do this?


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

Reply via email to