Aide:LilyPond/midiInstrument : Différence entre versions

De Wicri Musique
imported>Jacques Ducloy
(Tests)
 
(Aucune différence)

Version actuelle datée du 23 juillet 2019 à 19:53

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