Demo of MIDI instruments: Difference between revisions

Import snippet from LSR
 
m Remove title
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Problem: How to know which <code>midiInstrument</code> would be best for your composition?
Problem: How to know which <code>midiInstrument</code> values would be best for your composition?


Solution: A LilyPond demo file.
Solution: A LilyPond demo file. You have to compile this snippet by yourself and listen to the created MIDI output file.
 
<lilypond version="2.24.0" full>
\header {
  title = "Demo of all midi sounds"
  arranger = "Myself "
}


<lilypond version="2.24">
melody = \relative c' {
melody = \relative c' {
   \tempo 4 = 150
   \tempo 4 = 150
Line 186: Line 181:
   \midi { }
   \midi { }
}
}
\paper { tagline = ##f }
</lilypond>
</lilypond>


[[Category:Instrument-specific]]
[[Category:Instrument-specific]]
[[Category:Midi]]
[[Category:Midi]]
[[Category:Real music]]
[[Category:Specific notation]]
[[Category:Specific notation]]
[[Category:Real music]]
[[Category:Included in the official documentation]]
[[Category:Included in the official documentation]]
[[Category:Snippet]]