> =
>
> (define (iterate func k)
> "Produce the function x -> FUNC(FUNC .. (x) .. ) "
> (if (> k 0)
> (lambda (x) (func ((iterate func (1- k)) x)))
> (lambda (x) x)))
>
> (define to-6th-power (iterate sqr 3))
>
>
> =
>
>
Does lilypond support utf8/16 coding for text elements (lyrics, title,
authors)?
- Matevz
___
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel
On Mon, Mar 22, 2004 at 09:33:34PM +0100, Nicolas Sceaux wrote:
> You're unfair, you have deleted my smiley when quoting me. It was the
> short way for expressing your last paragraph (sort of).
Sorry, I probably was in a bad mood (for reasons not related to LilyPond).
Ciao,
Kili
___
On Tue, 2004-03-23 at 18:44, Han-Wen Nienhuys wrote:
> [EMAIL PROTECTED] writes:
> > On Tue, Mar 23, 2004 at 06:12:03PM +, David Bobroff wrote:
> > > > please double check,- fixed this error a long time ago. If unsure, rm
> > > > accidental-engraver.cc and update from CVS.
> > >
> > > Tried ag
[EMAIL PROTECTED] writes:
> On Tue, Mar 23, 2004 at 06:12:03PM +, David Bobroff wrote:
> > > please double check,- fixed this error a long time ago. If unsure, rm
> > > accidental-engraver.cc and update from CVS.
> >
> > Tried again with a fresh checkout. Same story:
> > -o out/accidental-e
I really struggled with whether I should responding to this thread any more.
I'm not trying to stir up controversy, but I hate when I'm unclear, and I end up
being misinterpretted.
I will try to keep this short, and hopefully non-controversial. And then that's
it--no more responses from me to thi
On Tue, Mar 23, 2004 at 06:12:03PM +, David Bobroff wrote:
> > please double check,- fixed this error a long time ago. If unsure, rm
> > accidental-engraver.cc and update from CVS.
>
> Tried again with a fresh checkout. Same story:
> -o out/accidental-engraver.o accidental-engraver.cc
> acc
On Tue, 2004-03-23 at 17:16, Han-Wen Nienhuys wrote:
> [EMAIL PROTECTED] writes:
> > Current CVS exits thusly on RedHat 9:
>
> please double check,- fixed this error a long time ago. If unsure, rm
> accidental-engraver.cc and update from CVS.
Tried again with a fresh checkout. Same story:
-o
On Tue, 2004-03-23 at 17:16, Han-Wen Nienhuys wrote:
> [EMAIL PROTECTED] writes:
> > Current CVS exits thusly on RedHat 9:
>
> please double check,- fixed this error a long time ago. If unsure, rm
> accidental-engraver.cc and update from CVS.
Ok, I did that. Same story. I removed 'accidental-en
[EMAIL PROTECTED] writes:
> Current CVS exits thusly on RedHat 9:
please double check,- fixed this error a long time ago. If unsure, rm
accidental-engraver.cc and update from CVS.
--
Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen
___
Current CVS exits thusly on RedHat 9:
cp -p /usr/src/lilypond/config.h out/config.h
rm -f ./out/accidental.dep; DEPENDENCIES_OUTPUT="./out/accidental.dep
./out/accidental.o" g++ -c -DHAVE_CONFIG_H -DSTRING_UTILS_INLINED
-Iinclude -I./out -I../flower/include -I../flower/./out
-I../flower/inclu
11 matches
Mail list logo