lilypond-user
[Top][All Lists]
Advanced

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

Re: crossStaff beaming not connecting both staves


From: Malte Meyn
Subject: Re: crossStaff beaming not connecting both staves
Date: Wed, 28 Sep 2016 00:01:00 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0



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.



reply via email to

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