lilypond-user
[Top][All Lists]
Advanced

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

Re: Changing Staff


From: Jonathan Kulp
Subject: Re: Changing Staff
Date: Sat, 27 Sep 2008 10:20:35 -0500
User-agent: Thunderbird 2.0.0.17 (X11/20080925)

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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user


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




reply via email to

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