Hi,
I've finished 2 more patches for music streams. One of them is considerably
larger than the other, but the two should be independent.
Pathc 1:
- lyric-combine-music.cc, partcombine-iterator.cc: updated to use stream
events for busy testing.
- chord-tremolo: massively cleaned up (iterator
On Thursday 18 May 2006 17:46, Han-Wen Nienhuys wrote:
> Erik Sandberg schreef:
> > On 5/18/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote:
> >>
> >> 1. because the parser also determines which ones are called.
> >
> > how? According to my plan, the functions do that themselves (by being
> > either
Graham Percival schreef:
I broken the creation of the pdf docs; I suspect it was the @cindex
@code{} => @funindex macro (producing @findex and @kindex) change. I
didn't notice it at the time (a few days ago) because it didn't complain
for some reason. (enough pre-built stuff lying around in o
I broken the creation of the pdf docs; I suspect it was the @cindex
@code{} => @funindex macro (producing @findex and @kindex) change. I
didn't notice it at the time (a few days ago) because it didn't
complain for some reason. (enough pre-built stuff lying around in
out-www/ , perhaps?)
The
Nicolas Sceaux schreef:
Hi,
Using LilyPond from CVS, when invoking lilypond with the -o option,
specifying an output directory *and* a alternate basename, the alternate
basename is disregarded.
$ lilypond -o out/lwv05-letter lwv05.ly
==> produces files out/lwv05.* iso. out/lwv05-letter.*
Th
On 20-May-06, at 4:42 AM, Mats Bengtsson wrote:
\applyMusic was the music function ancestor: you could apply a unary
function to a single music expression. So it is sort of useless now,
unless I'm missing something.
As long as all old useful examples that use the \applyMusic
feature are not
On 20-May-06, at 2:42 AM, Han-Wen Nienhuys wrote:
the "nosy" field is a list of people to email the bug discussion
about. It's very useful, because the tracker will appear like a
subscription mailing for reporters, but only for their bugs.
Ah, ok.
> we don't want this running on my laptop a
Hi,
Using LilyPond from CVS, when invoking lilypond with the -o option,
specifying an output directory *and* a alternate basename, the alternate
basename is disregarded.
$ lilypond -o out/lwv05-letter lwv05.ly
==> produces files out/lwv05.* iso. out/lwv05-letter.*
The following patch may fix