lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4240 in lilypond: Enhancement : tied notes in sepa


From: lilypond
Subject: [Lilypond-auto] Issue 4240 in lilypond: Enhancement : tied notes in separate bars - stem direction changes
Date: Fri, 02 Jan 2015 13:48:06 +0000

Status: Accepted
Owner: ----
Labels: Type-Enhancement

New issue 4240 by address@hidden: 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



reply via email to

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