|
From: | Olivier Geay |
Subject: | Re: intro woodblock |
Date: | Tue, 14 Apr 2020 22:18:29 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 |
Instrument: woodblockSi je mets "acoustic grand" à la place de "oboe" je n'ai plus que du piano…
Instrument: oboe
No instrument mapped to tone bank 0, program 68 - this instrument will not be heard
No instrument mapped to tone bank 0, program 115 - this instrument will not be heard
No pre-resampling cache hit
Last 1 MIDI events are ignored
Playing time: ~8 seconds
Notes cut: 0
Notes lost totally: 0
Bonsoir,
chez moi votre script LilyPond fonctionne
timidity auss, sortie TiMidity port 0
Est-ce mieux ainsi :
%%%%%%
intro = \relative c'' {\key g \major
\time 4/4
g,4 g' g g | g, g' g g |
}
musique = \relative c'' {
\key g \major
\time 4/4
s1 | s1 |
\repeat volta 2 {
g4 a b c | d2 d |
}
}
\score {
\musique
\layout{}
}\score {
\unfoldRepeats
<<
\new Staff \with { midiInstrument = "woodblock" } \intro
\new Staff \with { midiInstrument = "acoustic grand" } \musique
>>
\midi{ \tempo 4=120 }
}%%%%%%%%%%%%%%
perso je fais comme ceci
%%%%%%%%%%%%%%%
pulse = \new Staff \with { midiInstrument = "woodblock"}
{ \tempo 4 = 120 g4 g' g' g' }music = \new Staff \with { midiInstrument = "oboe" }
\relative c' { c e g c g e c }
\score {
\relative c' { \pulse \music }
\midi { }
}%%%%%%%%%%%%%%%
Le mar. 14 avr. 2020 à 21:26, Olivier Geay <address@hidden> a écrit :
Bonjour !
Je cherche à faire un truc tout bête, mais je cale…
Il me faudrait juste 2 mesures au woodblock pour donner le tempo !
Mon fichier compile bien, mais quand je veux le jouer avec Timidity,
j'ai ce message :
"No instrument mapped to tone bank 0, program 115 - this instrument will
not be heard"
J'ai donc un blanc de deux mesures avant d'entendre la suite, qui
fonctionne normalement.
Il s'agit donc d'un problème de canaux midi ? la percu doit être sur le
10 mais comment, ou bien peut-être de soundfont avec timidity ?
J'ai freepats-general-midi.sf2 installé.
Dans ce cas, c'est sûrement un problème avec timidity, mais je me dis
que peut-être quelqu'un d'ici a une solution, car dans des messages
précédent il était question de timidity…
Merci !
Olivier Geay
%%%%%
\version "2.20.0"
\include "english.ly"
intro = \relative c'' {
\key g \major
\time 4/4
\set Staff.midiInstrument = "woodblock"
g,4 g' g g | g, g' g g |
}
musique = \relative c'' {
\key g \major
\time 4/4
s1 | s1 |
\repeat volta 2 {
g4 a b c | d2 d |
}
}
\score {
\musique
\layout{}
}
\score {
\unfoldRepeats
<<
\intro
\musique
>>
\midi{ \tempo 4=120 }
}
%%%%%
--
Martial Rameaux
[Prev in Thread] | Current Thread | [Next in Thread] |