> I wonder whether it is expected that this simple input
> 
> ```
> { c' }
> \midi{}
> ```
> 
> doesn't create a MIDI file.


Yes. Otherwise you could not do

```
\midi { global MIDI settings ... }

fooMusic = ...  
\score { \fooMusic \layout { } }  
\score { \unfoldRepeats \fooMusic \midi { } }

barMusic = ...  
\score { \barMusic \layout { } }  
\score { \unfoldRepeats \barMusic \midi { } }
```

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to