lilypond-user
[Top][All Lists]
Advanced

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

midi set instrument problem


From: Thomas Spuhler
Subject: midi set instrument problem
Date: Sat, 26 Jan 2008 15:45:39 -0700
User-agent: KMail/1.9.7

Lilypond doesn't like my midi section:

  \midi { 
        \context {
                \Score
                tempoWholesPerMinute = #(ly:make-moment 90 4)
                }
                \set Staff.midiInstrument =  "recorder"
        }


 I get:
score.ly:20:16: error: syntax error, unexpected \set

                \set Staff.midiInstrument =  "recorder"

I actually took it from a sample and changed the instrument. recorder is in 
the list of the manual.
When deleting the  \set Staff.midiInstrument =  "recorder" line, it compiles.

-- 
Thomas




reply via email to

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