Am I the first one to find  a SIGSEGV with 1.1.60?

The following example (from TODO) which just used to give a layout error
does now give s SIGSEGV:

\score{
  \context StaffGroup <
    \context Staff=s1 \notes\relative c'{
      c d e f | 
      g f e d | \break %% If this break is removed, it works fine
      c d e f |}
    \context Staff=s2 \notes\relative c'{
      c \< d e f | 
      g f e d | 
      c d e \! f |}
  >
}


  /Mats

Reply via email to