Hello,

when I start to compile the attached file, lily takes a long time for parsing and then exits with Microsoft’s "stack overflow/stack exhaustion" error code. I tested this with lily 2.19.8 and .15 and on both Windows and Ubuntu platforms with similar results. How does this come? and how to circumvent it?

Best regards,
Simon
\version "2.19.8"

"\\[" = #(define-music-function (parser location note) (ly:music?) #{ \[ $note \melisma #} )
"\\]" = { \] \melismaEnd }

\score {
  \new Staff { \[ c1 d \] e }
  \addlyrics { vi -- de }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to