Re: Hairpin crash

2015-02-20 Thread Ralph Palmer
On Wed, Feb 18, 2015 at 4:46 AM, Simon Albrecht simon.albre...@mail.de
wrote:

  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.


Thanks, Simon Albrecht. This has been submitted as Issue 4301 :
https://code.google.com/p/lilypond/issues/detail?id=4301
Ralph
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Hairpin crash

2015-02-18 Thread Simon Albrecht

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
  
}



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