lilypond-user
[Top][All Lists]
Advanced

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

cross staff melody


From: Helge Kruse
Subject: cross staff melody
Date: Wed, 15 Nov 2006 21:23:42 +0100

Hello,

I have a voice in the lower staff, that is so high, that it should be noted
in the upper staff, but logically it belongs to "lower". I tried to edit
this with staff change, but the "upper" staff is already full and the six
16th notes are moved to the next measure. 

How can I get these six 16th (gfgfgf) to the first measure? I would prefer
to keep the <es es>2. in the upper staff, but probably this is not possible?

Regards,
Helge

\version "2.7.39"
\include "deutsch.ly"

upper = \relative c'' 
 {
        \clef treble
        \key b \major
        \time 6/8

        <es, es'>2. |
}

lower = \relative c
{
        \clef bass
        \key b \major
        \time 6/8

        << { r8 f16 ( g ) f8 } \\ c2. >>
        
        \change Staff = "upper"
                g'''16 ( f ) g, f 
        \change Staff = "lower" 
                g, f |
}

\score 
{
        \context PianoStaff <<
           \set PianoStaff.instrument = "HARPE  "
           \context Staff = upper \upper
           \context Staff = lower \lower
        >>
        \layout { }
}






reply via email to

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