lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

opening bar check crashes the compiler


From: Steve Yegge
Subject: opening bar check crashes the compiler
Date: Sat, 23 Feb 2013 21:46:33 -0800

Here's a small input file which for me produces a bus error when compiled with version 2.16.2 on OS X 10.7.5 (intel):

\version "2.16.2"

music = {
  | d
}

\score {
  << \new Staff { \music } >>
}

\score {
  \music
  \midi {
    \context {
      \Score
      midiInstrument = #"acoustic guitar (steel)"
    }
  }
}

If you remove the | bar-check, it no longer crashes.

This was happening in 2.14.x as well.

Regards,

-steve

reply via email to

[Prev in Thread] Current Thread [Next in Thread]