lilypond-user
[Top][All Lists]
Advanced

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

Re: Tip / trick: cross-staff piano double stems


From: Mats Bengtsson
Subject: Re: Tip / trick: cross-staff piano double stems
Date: Mon, 20 Aug 2007 14:02:36 +0200
User-agent: Thunderbird 2.0.0.5 (X11/20070716)



Trevor Bac(a wrote:

%%% EX 2: CROSS-STAFF WITH DOUBLE STEM %%%

\version "2.11.29"

\new PianoStaff <<
   \new Staff = RH {
      \time 4/8
      c''8 [
      c''8
      \change Staff = LH
      <<
         { e'8 }
         \new Voice {
            \once \override Stem #'direction = #down
Here you could just as well have used a
\stemDown or a \voiceTwo command. There's no need for a \once, since the
temporary Voice context will be deleted directly when there's no more music
in it.
            e'8
         }
      >>
      \change Staff = RH
      c''8 ]
   }
   \new Staff = LH {
      s2
   }
%%% END EX 2 %%%

/Mats




reply via email to

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