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

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

midiMaximumVolume and drums


From: dmalik
Subject: midiMaximumVolume and drums
Date: Tue, 25 Aug 2009 10:32:26 -0500 (CDT)

i try this code for a midi file with drums with a volume low

\score {
        <<
        \new Staff {
                 \set Staff.midiMaximumVolume = #1
                \NOTES
                }
                
        \new Staff {
                 \set Staff.midiMaximumVolume = #0.1
                \drums {
                         \repeat "unfold" 98 {  toml2 ss2 ss2 ss2}
                        
                }
        }
        >>
        \midi { }
                        
}

if the is 0.1 or 0.9 the volume is the same !
lilipond 2.12.0

Thanks for replay
D M
-- 
View this message in context: 
http://n2.nabble.com/midiMaximumVolume-and-drums-tp3510750p3510750.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.




reply via email to

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