This code worked for me:

\version "2.11.60"

\score {
\new PianoStaff <<
 \new Staff = "up" {
  \key es \major  \clef treble  \time 3/8
  \relative c'' {
    es4.
  }
 }
 \new Staff = "down" {
  \key es \major  \clef bass  \time 3/8
  \relative c
   { \stemUp c16 g' c \change Staff = "up" \stemDown es g r }
 }
>>
}

Jon

Helge Kruse wrote:
Hello,

I want to typeset a score and want to keep close to the original in some aspects. The original uses heavly staff changes that look nice to me.

I tried to use the technic from the lilypond manual pg. 189, but I dont know how to place the beams between the staves. Can you tell me how I get closer to the original? http://dj1na.gmxhome.de/bd-0062.JPG

This is my try:

\score {
\new PianoStaff <<
 \new Staff = "up" {
  \key es \major  \clef treble  \time 3/8
  \relative c'' {
   es4.
  }
 }
 \new Staff = "down" {
  \key es \major  \clef bass  \time 3/8
  \relative c {
   c16 g' c \change Staff = "up" es g r
  }
 }
 >>
}


Best regards,
Helge



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


--
Jonathan Kulp
http://www.jonathankulp.com


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

Reply via email to