lilypond-user
[Top][All Lists]
Advanced

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

Re: Unusual cross-staff stem in Bartók


From: Kieren MacMillan
Subject: Re: Unusual cross-staff stem in Bartók
Date: Mon, 13 Jan 2020 23:33:36 -0500

p.s. Maybe this helps?

\version "2.19.83"

\layout {
  \context {
    \PianoStaff
    \consists #Span_stem_engraver
  }
}

{
  \new PianoStaff <<
    \new Staff {
      bes'8[ <ces'' e''>]
    }
    \new Staff {
      \clef bass
      \voiceOne
      \autoBeamOff
      \crossStaff { \tweak NoteColumn.X-offset #-1.175 \tweak Stem.length 10 
bes8 s }
      \autoBeamOn
    }
  >>
}

> On Jan 13, 2020, at 10:22 PM, Arle Lommel <address@hidden> wrote:
> 
> An unusual construct in Bartók:
> 
> <PastedGraphic-1.tiff>
> 
> How would I achieve this effect? All of the crossStaff examples I find have 
> the note heads on the same side of the stem and the stem extends above or 
> below one of the notes. I’ve tried to get them to work with moderate success, 
> but not with this arrangement.
> 
> -Arle

________________________________

Kieren MacMillan, composer (he/him/his)
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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