lilypond-user
[Top][All Lists]
Advanced

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

Re: Repeat midi using "repeat volta"


From: Jannik Jeppesen
Subject: Re: Repeat midi using "repeat volta"
Date: Fri, 18 Nov 2005 00:34:45 +0100

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 }
}
======================

reply via email to

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