lilypond-user
[Top][All Lists]
Advanced

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

Re: beams


From: James E. Bailey
Subject: Re: beams
Date: Sat, 28 Jun 2008 17:50:38 +0200


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?




reply via email to

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