bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1653 in lilypond: Dynamics markings shifted by \harmonic


From: lilypond
Subject: Issue 1653 in lilypond: Dynamics markings shifted by \harmonic
Date: Sun, 15 May 2011 02:43:15 +0000

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

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




reply via email to

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