\version "2.18.2"
\header { tagline = ##f }
global = {
\time 6/8
\tempo 4.=80
}
melody = \relative c' {
\global
c'4. b | a e |
a8 gis a c b a | b4 gis8 e4. |
d'4. c | b e, |
b'8 ais b d c b | a4 b8 c4.
c4. b | a e |
a8 gis a c b a | d4 e8 f4. |
f f | e e |
e8 f e d c b a2.
}
metronome = \drummode {
\global
\repeat unfold 16
{
wbh4. wbl
% ou wbh8 wbl wbl wbh wbl wbl
}
}
\score {
\new Staff \melody
\layout{}
}
\score{
<<
\new Staff \melody
\new DrumStaff \metronome
>>
\midi{
\context {
\Score
}
}
}
%%%%%%%%%%%%%%%%%%