Hello list,

see the attached code: The hairpins collide, if and only if
-- there is a barline in \n (comment to test)
-- and there is a half note or rest or multi-measure-rest in the other part.
Somewhat obscure and difficult to isolate, but easy to work around.

Yours, Simon



\version "2.19.8"

\paper { #(set-paper-size "a8") }
\header { tagline = ##f }
#(ly:set-option 'point-and-click #f)

n = { \bar ""
}

tenorSolo = \relative {
  \time 2/4 r2
}

tenorTutti = \relative {
  \time 2/4 r8 << { es'4 16[ d] } \new Voice { s8\< \n s\> s\! } >>
}

\score {
  <<
    \new Staff \tenorSolo
    \new Staff \tenorTutti
  >>
}

Attachment: hairpin-crash-inv-bar.pdf
Description: Adobe PDF document

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

Reply via email to