Status: Accepted
Owner: ----
Labels: Type-Enhancement
New issue 4240 by [email protected]: Enhancement : tied notes in
separate bars - stem direction changes
https://code.google.com/p/lilypond/issues/detail?id=4240
Simon Albrecht wrote :
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...).
\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 = #'() } }
}
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings