lilypond-user
[Top][All Lists]
Advanced

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

Re: Feature request


From: Han-Wen Nienhuys
Subject: Re: Feature request
Date: Wed, 3 Oct 2001 01:34:35 +0200

address@hidden writes:
> I don't know of any way to choose "unfold" repeats for MIDI output
> and "volta" repeats for paper output. Of course you could use some
> preprocessor (see earlier mails today and yesterday on this list).
> Both \repeat volta and \repeat unfold work well for themselves, though
> (try the example files input/regression/repeat-*.ly).

It shouldn't be hard to write a Scheme function to replace all repeats
with unfold repeats. Then do

  \score {
    \apply #unfold-all-repeats \theMusic
    \midi { }
  }

in a separate score. Left to the reader as an exercise.

-- 

Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

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