Aide:LilyPond/midiInstrument

De Wicri Musique

Cette page recense les instruments testés sur ce wiki.

Documentation de référence : http://lilypond.org/doc/v2.19/Documentation/notation/midi-instruments

Piano "piano"
\new Staff \with { midiInstrument = "piano"}{\relative c' {c2 d4 e}}
Tuba "tuba"
\new Staff \with { midiInstrument = "tuba"}{\relative c' {c2 d4 e}}
Violon "violin"
\new Staff \with { midiInstrument = "violin"}{\relative c' {c2 d4 e}}
Voix ( doo) #"voice oohs"
\new Staff \with { midiInstrument = #"voice oohs"}{\relative c' {c2 d4 e}}

Tests

test "test"
<<\new Staff \with { midiInstrument = "piano"}{\relative c' {c2 d4 e}} \addlyrics { ba bo bu} >>