\version "2.7.39"
\header {

  texidoc = "Unfolding tremolo repeats. All fragments fill one
 measure with 16th notes exactly."

}

\layout { ragged-right = ##t }



{
  \time 2/4 
  \applyMusic #unfold-repeats 	
  { \repeat tremolo 4 { c'16 e' } |
    \repeat tremolo 8 c'16 } |

  \time 3/4 
  \applyMusic #unfold-repeats 	
  { \repeat tremolo 6 { c'16 e' } |
    \repeat tremolo 12 c'16 } | \bar "|."
  
  \bar "|."

  
}
  

