lilypond-user
[Top][All Lists]
Advanced

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

Re: cross staff beams in choir staff


From: Neil Puttock
Subject: Re: cross staff beams in choir staff
Date: Fri, 14 Mar 2008 23:03:36 +0000

Hi Orm,

Would you mind posting a minimal example which demonstrates the
problems you're having?

Here's a quick snippet I've knocked up using ChoirStaff and DrumStaff
which seems to be working fine:

\version "2.11.42"
\paper { ragged-right = ##t }

\score {
        \new ChoirStaff { <<
                \new DrumStaff = one \drummode {
                        crashcymbal4 hihat8 halfopenhihat \voiceTwo hh hh 
\change Staff =
two \voiceOne hh \change Staff = one \voiceTwo hihat
                }
                \new DrumStaff = two \drummode {
                        \voiceOne crashcymbal4 hihat8 halfopenhihat hh hh 
\voiceTwo hh hihat
                }
        >> }
        \layout {}
}

Regards,
Neil




reply via email to

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