Am Dienstag, 6. Juli 2010, 19:45:34 schrieb Helge Kruse:
> I need to write a piece with a tremolo like fast repetition. But since
> there are three notes in this repetition, the
>    \repeat tremolo n { x y }
> doesn't work.

I have now created a patch that extends the current tremolo repeat 
functionality to also work with three or more notes:
http://codereview.appspot.com/1786041

An example file is attached, showing this new functionality. As soon as that 
patch is approved by the other lilypond developers, it will be available in 
the next development version of LilyPond.

Cheers,
Reinhold
-- 
------------------------------------------------------------------
Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org
\version "2.13.28"

\header {
  texidoc = "A tremolo can have more then two notes."
}

\paper { ragged-right = ##t }
\score {
    \new Staff \relative c' {
     \time 3/4
     \repeat tremolo 16 { a64 c e } |
     \repeat tremolo 8 { a,64 c e }
     \repeat tremolo 4 { a,64 c e }
     \repeat tremolo 2 { a,32 c e } |
   }
}

Attachment: repeat-tremolo-three-notes.pdf
Description: Adobe PDF document

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to