A little more verbose but this might also help:

%% BEGIN

Global = {
  \time 3/4
  \key c \major
}

\new PianoStaff <<
  \context Staff=up \relative {
    \Global
    \clef "treble"
    \change Staff = up
    \stemUp
    <e gis>16 [ <gis b> \change Staff = down \new Voice { \stemDown <gis,,
e'>16}  \stemUp <b fis'> ]

    \stemUp <e gis> [ <fis b> \new Voice { \stemDown <gis e'> } <b fis'> ]
    \change Staff=up
    \stemUp <e gis> [ <fis b> \new Voice { \stemDown <gis e'> } <b fis'> ] |

  }
  \context Staff=down \relative {
    \Global
    \clef "bass"
    s2. | % Create a skip otherwise an error appears and no staff change
happens
  }
>>
%% END

2008/3/20, Mats Bengtsson <[EMAIL PROTECTED]>:
>
>
>
> Zenith wrote:
> > please, is that a way to do something like this?
> >
> > http://www.nabble.com/file/p16175922/Sem%2Bt%25C3%25ADtul.jpg
> >
>
> Certainly! For the mix between upper and lower stems, you can use
> something like
> \relative c'{ c16 d e f << {g[ a s c] } \\ {s8 b16 s } >> }
>
> For the cross staff beaming, see the manual.
>
>    /Mats
> > thx
> >
>
> --
> =============================================
>         Mats Bengtsson
>         Signal Processing
>         School of Electrical Engineering
>         Royal Institute of Technology (KTH)
>         SE-100 44  STOCKHOLM
>         Sweden
>         Phone: (+46) 8 790 8463
>         Fax:   (+46) 8 790 7260
>         Email: [EMAIL PROTECTED]
>         WWW: http://www.s3.kth.se/~mabe
> =============================================
>
>
>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>



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

Reply via email to