lilypond-user
[Top][All Lists]
Advanced

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

how to \crossStaff?


From: Jinsong Zhao
Subject: how to \crossStaff?
Date: Fri, 29 Nov 2019 23:17:00 +0800

Hi there,

 

I don’t know how to implement the cross staff as you see in the attached figure. Another question is how to tweak the staccato position?

 

What I have tried is following:

 

Thanks a lot in advance.

 

Best,

Jinsong

 

\version "2.19.83"

 

\layout {

  \context {

    \PianoStaff

    \consists #Span_stem_engraver

  }

}

 

\relative {

  \new PianoStaff <<

    \new Staff {

      \key g \major    

      \time 3/4

      <<

        {

          <g b e>8 e'16-. \p fis-.

          g8-. g16-. a-. b8-.

          <e, g b e>-.

        }

        \\

        {

          s4.

          \autoBeamOff

          \crossStaff { e16 fis }

          \autoBeamOn g8 s

        }

      >>

 

    }

    \new Staff {

      \clef bass

      \key g \major

      \time 3/4

      <e,, b'>8 g'16-. b-. e8-.

      e16-. fis-.

      s8 <e,, e'>8-.

    }

  >>

}

Attachment: cross.png
Description: PNG image


reply via email to

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