lilypond-user
[Top][All Lists]
Advanced

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

\midi syntax question


From: Albert Frantz
Subject: \midi syntax question
Date: Fri, 13 Jan 2012 13:12:23 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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




reply via email to

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