Am 27.09.2016 um 23:05 schrieb Ryan Michael:
The problem is the stem does not connect the two staves. Here is the
complete piece:

Are you serious? 290 lines of code producing a three page score? Please always give a minimal working example and include a version statement.

This time I made an example for you but don’t expect users to dig through such a huge code to find something that can be demonstrated in 8 lines (including version statement):

\version "2.19.47"

\new PianoStaff \with {
  \consists #Span_stem_engraver
} <<
  \new Staff { a\harmonic }
  \new Staff { \crossStaff a }
>>

This looks like a Span_stem_engraver bug to me: The NoteHeads don’t share a stem because of the different note head styles (two regular note heads → ok, two harmonic note heads → ok, example above → fail). This is neither a general chord problem nor a HarmonicEvent problem:
        { <a a'\harmonic> }
works fine and
        \override NoteHead.style = #'harmonic a
fails the same way
        a\harmonic
does.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to