Now I have finely found out how to repeat midi, using volta in the layout, in guitar mode... (Thanx to Gilles)...
But canĀ“t figure out how to do it in drum mode...
Anyone who has experience in this area?
I want the figure to be continued 4 times using volta, but played 4 times in midi as well..
 
Best wishes
Jannik
 
=======================
\version "2.6.3"
 
\header {title = " "
  composer = " "
}
 
\paper {
  tagline = " "
  indent = 0\cm
}
 
\layout {
  \context {
    \DrumVoice
    \override Beam #'positions = #'(5 . 5)
 
  }
}
\score {
  \new DrumStaff <<
    intro = \drummode { \stemUp
      \repeat volta 4 {
        <bd hh>8 hh hh hh <sn hh> hh <bd hh> <bd hh>
        hh hh hh hh <sn hh> hh hh hh
      }
    }
  >>
}
\score {
  \unfoldRepeats \intro
    \midi { \tempo 4 = 120 }
}
======================
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to