Re: Special Accidental Macro needed.

2002-12-11 Thread Matthias Geier
Rune Zedeler <[EMAIL PROTECTED]> wrote: > Matthias Geier wrote: > > When I use ties, the second note of the tie gets the accidental > > again. > Yikes, this is getting more and more ugly. > Well, This one works better. Now you also don't get new accidentals > after rests - i.e. after cis r cis you

Re: Special Accidental Macro needed.

2002-12-11 Thread Matthias Geier
On Sat, 07 Dec 2002 04:40:58 +0100 Rune Zedeler <[EMAIL PROTECTED]> wrote: > After a small bugfix in the accidental engraver (1.7 cvs), this hack > does more or less what you request. [...] > But if you use > simple constructs then it should work... Hmmm... Otherwise then speak > up. Sorry to bot

Re: Special Accidental Macro needed.

2002-12-10 Thread Rune Zedeler
Matthias Geier wrote: > I don't understand anything of your code, but it works exactly as I > wanted it. It's great. Well, yeah, it is an ugly hack. In january I will try and finish the accidental-engraver, so that the new version can make it into 1.8. I shall remember your request, and try and p

Re: Special Accidental Macro needed.

2002-12-10 Thread Matthias Geier
Mats Bengtsson <[EMAIL PROTECTED]> wrote: > Probably, you have some include files left from your > previous Guile installation, which are found by the > compiler before the new ones. Now it works! I installed guile from a tarball instead of the .rpm-package. Thanks for the advice, Matthias ___

Re: Special Accidental Macro needed.

2002-12-10 Thread Matthias Geier
On Sat, 07 Dec 2002 04:40:58 +0100 Rune Zedeler <[EMAIL PROTECTED]> wrote: > After a small bugfix in the accidental engraver (1.7 cvs), this hack > does more or less what you request. Hello Rune. Now it finally works! I needed quite some time for the compilation. I don't understand anything of

Re: Special Accidental Macro needed.

2002-12-07 Thread Mats Bengtsson
Probably, you have some include files left from your previous Guile installation, which are found by the compiler before the new ones. Check what 'guile-config info' returns and make sure that it points to files that belong to version 1.6. Also, don't forget to remove config.cache and then rerun c

Re: Special Accidental Macro needed.

2002-12-07 Thread Matthias Geier
Rune Zedeler <[EMAIL PROTECTED]> wrote: > After a small bugfix in the accidental engraver (1.7 cvs), this hack > does more or less what you request. [...] Thank you very much for your response! I tried to build the cvs version but I get the following errors: [...] make[1]: Entering directory `/

Re: Special Accidental Macro needed.

2002-12-07 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > After a small bugfix in the accidental engraver (1.7 cvs), this hack > does more or less what you request. > The last measure shows an example where it goes wrong. Problem is that > the music is parsed "in input order" - so the 2nd e gets an accidental > because the 1st

Re: Special Accidental Macro needed.

2002-12-06 Thread Rune Zedeler
After a small bugfix in the accidental engraver (1.7 cvs), this hack does more or less what you request. The last measure shows an example where it goes wrong. Problem is that the music is parsed "in input order" - so the 2nd e gets an accidental because the 1st was not entered yet, whereas the fir

Re: Special Accidental Macro needed.

2002-12-06 Thread Rune Zedeler
Matthias Geier wrote: > What I need: There should be accidentials before every note, even if > it's just a natural sign. On note repetitions there should be an > accidental only before the first note and nothing before the following. > It's the way Schoenberg used to typeset his works. Uh, I am a

Special Accidental Macro needed.

2002-12-06 Thread Matthias Geier
Hello all. I need an accidental macro which isn't in the standard ones but I'm not able to hack one by myself (because I'm a lilypond newbie and a non-programmer). Perhaps someone of you has made a suitable macro and could send it to me. What I need: There should be accidentials before every note