lilypond-user
[Top][All Lists]
Advanced

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

Re: \midi syntax question


From: Albert Frantz
Subject: Re: \midi syntax question
Date: Wed, 18 Jan 2012 11:24:53 +0100

Hello,

I just wanted to say I found and corrected the syntax errors after RTFM.  ;-)

Here is the correct syntax, should this help anyone in the future:

\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 }
        \layout { }
        \midi { }
}


Kind regards,

Albert


reply via email to

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