Re: Reverse in std_vector.hh

2006-09-08 Thread Han-Wen Nienhuys
Ruud van Silfhout wrote: Hi, I have made an extension for the reverse function in std_vector.hh. The code suggests to implement template specialisation for reverse vectorint. On second thought, I have reservations whether this is a useful idea, it adds quite a lot of code, and your memrev

Re: Failing to compile 2.6.8: Guile reports error

2006-09-08 Thread Nicolas Sceaux
Raphael Manfredi [EMAIL PROTECTED] writes: Please don't tell me to install a more recent guile :-). I'm already attempting to compile lilypond because Debian is stuck to 2.6.3 and has been so for a looong time now. If you cannot upgrade to guile 1.8.x, downgrade to 1.6.7 which works fine.

Re: Reverse in std_vector.hh

2006-09-08 Thread Ruud van Silfhout
Han-Wen Nienhuys wrote: Ruud van Silfhout wrote: Hi, I have made an extension for the reverse function in std_vector.hh. The code suggests to implement template specialisation for reverse vectorint. On second thought, I have reservations whether this is a useful idea, it adds quite a lot

RE: breaking cleanups

2006-09-08 Thread Joe Neeman
On Thu, 2006-09-07 at 15:57 +0100, Anthony Youngman wrote: One thing I'd jump on with negative == no compression. It's been commented elsewhere that the stuff I normally set (band parts) tends to be very loosely spaced. If you've got a configurable compression parameter, might it be an idea to

Re: breaking cleanups

2006-09-08 Thread Joe Neeman
This patch cleans up the engraver part of page-turning. I got rid of all the clutter in paper-column-engraver in favour of doing things in page-turn-engraver. The main change algorithmically is that I defer everything until the finalize() step. That is, during interpretation I just build up lists

Re: Easy Note Heads and colors

2006-09-08 Thread Erlend Aasland
Hi DanielOn 9/7/06, Graham Percival [EMAIL PROTECTED] wrote: Daniel Tonda wrote: I know the colors are doable, although some articulations don't work when using colors, like dynamics,What's the problem with colors and articulations? If I write \relative c' { \override NoteHead #'color = #red c4\ c

Re: Easy Note Heads and colors

2006-09-08 Thread Mats Bengtsson
Quoting Erlend Aasland [EMAIL PROTECTED]: What's the problem with colors and articulations? If I write \relative c' { \override NoteHead #'color = #red c4\ c c c\!\f } ...I get just what I expect; red noteheads and a black crescendo that ends in a black forte. If I write \relative c' {

Re: Easy Note Heads and colors

2006-09-08 Thread Erlend Aasland
Hi MatsOn 9/8/06, Mats Bengtsson [EMAIL PROTECTED] wrote: That's expected, since it's the Hairpin layout object that's used toprint the crescdendo.I know that. That's why I wrote as expected in my previous email :-) Erlend ___ lilypond-devel mailing list