\version "2.12.0" \include "italiano.ly" \header { title = "Mesure simple à deux temps" } Rythme = \relative sol'{ \time 2/4 \tempo 4=60 sol4 sol sol sol r2 r2 sol4 sol r sol sol r sol sol \bar "||" } Metronome = \drummode { \repeat unfold 8 {wbh4 wbl} } \new Score << \new Staff \new Voice { \Rythme } \new DrumStaff \Metronome >> \layout{ \context { \Score } } \score { << \new Voice \Rythme \new DrumVoice \Metronome >> \midi { } }