Hello, Can anyone help me out with a very basic question? I'm trying to generate MIDI output, and only MIDI, from this file:
\version "2.15.23" \header { tagline = ##f } mus = { <e g c'>1 } score { \new Staff \with { \remove Time_signature_engraver } \clef bass \transpose c' a \mus } I tried the following: \version "2.15.23" \header { tagline = ##f } mus = { <e g c'>1 } score { \new Staff \with { \remove Time_signature_engraver } \clef bass \transpose c' a \mus \midi { } } ... but it results in: error: syntax error, unexpected \midi What is the correct MIDI syntax for this simple score? Many thanks in advance for any help. Kind regards, Albert _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user