Han-Wen Nienhuys wrote:
Log message:
(default-script-alist): set paddings for every
type here, increase for portato mark.
Thank you!
- Graham
___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listin
Erik Sandberg wrote:
On Monday 18 September 2006 12:46, Han-Wen Nienhuys wrote:
Erik Sandberg wrote:
Hi,
The attached patch cleans up music functions:
- functions can have any arity, and parameters can be mixed in any way.
- implementation: A music function generates a sequence of tokens, so
e
Erik Sandberg wrote:
I tried some days ago. A problem is that I still couldn't make web completely,
even without the patch.
That's strange. Did you try under GUB or a plain compile? (ie. guile
1.8 or 1.6.7)
I also have an updated patch for my translator patch, which is as well-tested.
Bot
Erik Sandberg wrote:
On Monday 18 September 2006 12:46, Han-Wen Nienhuys wrote:
Erik Sandberg wrote:
Hi,
The attached patch cleans up music functions:
- functions can have any arity, and parameters can be mixed in any way.
- implementation: A music function generates a sequence of tokens, so
e
On Monday 18 September 2006 12:46, Han-Wen Nienhuys wrote:
> Erik Sandberg wrote:
> > Hi,
> >
> > The attached patch cleans up music functions:
> > - functions can have any arity, and parameters can be mixed in any way.
> > - implementation: A music function generates a sequence of tokens, so
> > e
On Monday 18 September 2006 12:46, Han-Wen Nienhuys wrote:
> Erik Sandberg wrote:
> > Hi,
> >
> > The attached patch cleans up music functions:
> > - functions can have any arity, and parameters can be mixed in any way.
> > - implementation: A music function generates a sequence of tokens, so
> > e
Erik Sandberg wrote:
Hi,
Now gub works here (on my IA32 partition), so I can commit code again.
I couldn't easily force a rebuild. If I have a patch I want to test, what
should I do? I applied the patch to downloads/lilypond-HEAD, but I couldn't
find a good way to force make or make linux to
Erik Sandberg wrote:
On Sunday 27 August 2006 17:41, Han-Wen Nienhuys wrote:
Graham Percival wrote:
I'm sure that there's some reason why "\tempo x = y" is a horrible
construct and must be replaced, but
\context {
\Score
tempoWholesPerMinute = #(ly:make-moment y x)
}
looks