On Jan 13, 2012, at 2:12 PM, Albert Frantz wrote:

> 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.
> 
> 

The command is \score (in the example above, it's missing the backslash).

Cheers,
MS


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to