Status: Accepted
Owner: ----
Labels: Type-Collision Priority-High

New issue 1653 by colinpkc...@gmail.com: Dynamics markings shifted by \harmonic
http://code.google.com/p/lilypond/issues/detail?id=1653

Reported by Marc Mouries:

When a note is defined as an harmonic it creates a side effect on the position of dynamics. In this example, when the note D is a normal note the ppp does not touch the bar line however when it is an harmonic it does touch.
\version "2.13.61"

violinOne = \relative c'' {
  | d1
  | d,1\ppp
  |<d\harmonic>\ppp
  }
violinTwo = { d'1 d'1 d'1}

\score {
  \new StaffGroup <<
    \new Staff << \violinOne >>
    \new Staff << \violinTwo >>
  >>
  \layout { }
}


Colin: this may also be related to issue 340 - \harmonic only works inside chords. I've reproduced it in 2.13.61 and 2.12.3 so no regression.

Attachments:
        bug.png  15.8 KB


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

Reply via email to