lilypond 2.24.2 bug on MacOS Sonoma

D Inman <[email protected]> Thu, 21 Nov 2024 22:15:25 -0800
Newsgroups gmane.comp.gnu.lilypond.bugs
Message-ID <[email protected]>
Synopsis: Repeats properly engrave but create MIDI output without repeating
Test data:
\version "2.24.2"
\score {
    \new Staff {
        \repeat volta 2 { c'4 d' e' f' }
    }
    \layout { }
    \midi { }
}