Aide:LilyPond/midiInstrument

De Wicri Musique
< Aide:LilyPond
Révision datée du 23 juillet 2019 à 19:53 par imported>Jacques Ducloy (Tests)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)

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} >>