lilypond-user-fr
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: midiMaximumVolume and drums


From: Martial
Subject: Re: midiMaximumVolume and drums
Date: Wed, 26 Aug 2009 17:50:49 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)



Exemple avec la bonne syntaxe

heu ben non avec \drummode on y'a pas de sortie midi des percussions
faut laisser \drums

%%-----------------------------
\version "2.12.0" %"2.13.3"
NOTES = \relative c' { \repeat "unfold" 5  { c4\f e g c\pp b f e d  }}
DRUMS = \drummode { \repeat "unfold" 5 {  toml2\f ss2 ss2 ss2 }    }

\score {
    <<
    \new Staff { \set Staff.midiMaximumVolume = #1
        \NOTES
        }
\new DrumStaff { \set DrumStaff.midiMaximumVolume = #0.1 \DRUMS
    }
    >>
    \layout { }
\midi { } }
%%-----------------------------



--
Martial








reply via email to

[Prev in Thread] Current Thread [Next in Thread]