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: Arle Lommel
Subject: Re: Unusual cross-staff stem in Bartók
Date: Mon, 13 Jan 2020 23:43:36 -0500

Thank you. This seems to do it nicely. I’d not submitted a MWE because I didn’t have anything I was confident was even the right sort of starting point and was looking for a pointer where to even start. Fortunately (for me), you filled the gap very nicely with this. I’ll need to adapt it for the contexts where I need it, but I see how now.

This would be a useful snippet to add to the repository.

-Arle

On Jan 13, 2020, at 23:33, Kieren MacMillan <address@hidden> wrote:

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
   }
>>
}


reply via email to

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