lilypond-user
[Top][All Lists]
Advanced

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

Re: Cross staff stems for beamed notes


From: Martin Neubauer
Subject: Re: Cross staff stems for beamed notes
Date: Thu, 26 Apr 2018 13:06:58 +0200
User-agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0


On 26/04/2018 07:28, Helge Kruse wrote:
> I need to add cross staff stems and used the approach found in
> http://lilypond.org/doc/v2.19/Documentation/snippets/staff-notation.html#staff-notation-cross-staff-stems
> 
> Unfortunately this doesn't give the expected result for eighth notes.
> - If the stem points down, cross staff is not working
It's not about the stem pointing up or down, but about pointing in the
direction of another staff to cross. Hence (from your example):

\new PianoStaff <<
  \new Staff { \time 6/8 fis'4. \stemDown \crossStaff a' }
  \new Staff {
    \time 6/8 \clef bass \crossStaff <fis fis,>4. < a!
    a,!>
  }
>>
\layout {
  \context {
    \PianoStaff
    \consists #Span_stem_engraver
  }
}

-- 
We have not done a good job of taking advantage of our customers.

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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