Hello everybody,

in the attached example, two tied notes (of the same pitch) in different bars have their stems placed in different directions by the melody engraver. This is very confusing, so the engraver should take ties between notes of the same pitch (that is, as opposed to bis~ c for example) into account (and use \downStem in case of doubt...).

Yours sincerely,
Simon
\version "2.19.15"
\paper { #(set-paper-size "a9" 'landscape) }
\header { tagline = ##f }
\score {
  { d''2. b'4~ b' g' }
  \layout {
    \context { \Voice
             \consists "Melody_engraver"
             \override Stem #'neutral-direction = #'() } }
}
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to