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.
<<inline: PastedGraphic-1.png>>
%% 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" \language "english" #(set-global-staff-size 24) violinOne = \relative c'' { | d1 | d,1\ppp | <d\harmonic>1\ppp } violinTwo = { d'1 d'1 d'1} \score { \new StaffGroup << \new Staff << \violinOne >> \new Staff << \violinTwo >> >> \layout { } \midi { } }
_______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond