How powerful is the new slur code supposed to be? In the following
file, the "2" is touching the slur. Is the new slur code supposed to
avoid such conditions (in which case this is a bug report), or is this
just a far-off feature request? :)
This is with fink lilypond-unstable 2.3.8
\score {
First, where do bug reports about 2.3.x belong? -devel? -bug? That
bug database that somebody set up? Sorry, I haven't been paying much
attention to Lilypond for the past while...
Lilypond fails to process a simple file on OSX:
spark-daemonology-net:~/tmp gperciva$ lilypond foo.ly
lilypond (GNU
This is unrelated to my current attempts to build Lilypond (or rather,
I was hoping that this problem might have been fixed in CVS, but since
it occurs in .8 as well as .7, I figured I'd report it).
Using fink packages for lilypond-unstable 2.3.7 and 2.3.8, I have
problem producing pdfs with
On Jul 27, 2004, at 4:40 PM, Graham Percival wrote:
g++ -shared -o out/midi.so out/midi.lo -L/sw/lib -L/sw/lib
-lguile -lguile-ltdl -lm
g++: unrecognized option `-shared'
There are also parts of lilypond.patch that you'll need to apply.
Specifically here the patch would be, I think:
Ok.
Sho
On 27-Jul-04, at 3:16 PM, Matthias Neeracher wrote:
It's a FEATURE of fink's guile package :-)
ok, ok. I believe you. :)
g++ -shared -o out/midi.so out/midi.lo -L/sw/lib -L/sw/lib
-lguile -lguile-ltdl -lm
g++: unrecognized option `-shared'
There are also parts of lilypond.patch that you'll
> > Note that adding a Staff_symbol_engraver with making the staff
> > invisible later on doesn't give a correct layout.
>
> Interesting. Can you give an example?
I used the wrong words, sorry. You get the expected result (assume
that the top staff is the invisible one):
|
|
|_
the two guile related environment variables set up for proper use of
guile 1.6 (the python and bison variables may be less essential, the
python one is just to ensure a consistent build and the latter to
avoid unfortunate interactions with the fink bison package).
I'm a bit confused, though. In
[EMAIL PROTECTED] writes:
>
> spark-daemonology-net:~/usr/src/lilypond-2.3.8 gperciva$ g++ --version
> g++ (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495)
> Copyright (C) 2002 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There is
> NO
> warr
[EMAIL PROTECTED] writes:
>
> What is \consistsend good for? It is nowhere documented.
\consistsend has been removed from CVS.
--
Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen
___
lilypond-devel mailing list
[EMAIL
On 27-Jul-04, at 2:07 PM, Matthias Neeracher wrote:
guile is in fink (actually, you need guile16).
I realize that, but it's configured in a weird way. Or something.
Yes, it is. The part that I omitted in my e-mail was "look at the
compile and install scripts in the lilypond fink package and adapt
[EMAIL PROTECTED] writes:
> If my analysis is correct, I suggest to call Lookup:round_filled_box
> only if the bar line is visible -- maybe there are other, similar
> situations in the lilypond code.
Fixed in CVS.
> Note that adding a Staff_symbol_engraver with making the staff
> invisible later
guile is in fink (actually, you need guile16).
I realize that, but it's configured in a weird way. Or something.
Yes, it is. The part that I omitted in my e-mail was "look at the
compile and install scripts in the lilypond fink package and adapt them
to you needs". The key here is how I call con
On 27-Jul-04, at 10:23 AM, Matthias Neeracher wrote:
From: Graham Percival <[EMAIL PROTECTED]>
Does anybody have experience with tracking CVS on OSX?
Not me, as such, but I've built a few dozen lilypond releases on
MacOSX, so I feel semi-qualified :-)
I was hoping you'd answer. :)
How do you deal
[EMAIL PROTECTED] writes:
>
> Within a 10/8 beat, I want auto beaming to divide a bar into 3+3+2+2
> eights. How can I do that? Looking into the docs it rather seems to
> me that this isn't possible which would be a pity...
You can't.
Patches appreciated.
--
Han-Wen Nienhuys | [EMAIL
[EMAIL PROTECTED] writes:
>
>
> On Mon, 26 Jul 2004, Werner LEMBERG wrote:
>
> >
> > What is \consistsend good for? It is nowhere documented.
> >
> >
>
> IIRC (guru hackers, please correct me if I am wrong!), engravers listen to
> events following the design pattern of a responsibility cha
From: Graham Percival <[EMAIL PROTECTED]>
Does anybody have experience with tracking CVS on OSX?
Not me, as such, but I've built a few dozen lilypond releases on MacOSX, so I feel semi-qualified :-)
How do you deal with the dependancies? (alternately, how does fink do it?)
Presumably, you co
[lilypond 2.2.5]
I have done this:
\context {
\ScoreContext
\accepts "Top"
}
\context {
\name "Top"
\alias "Staff"
\type "Engraver_group_engraver"
\consists "Output_property_engraver"
\consists "Bar_engraver"
\consists "Font_size_engr
Within a 10/8 beat, I want auto beaming to divide a bar into 3+3+2+2
eights. How can I do that? Looking into the docs it rather seems to
me that this isn't possible which would be a pity...
Werner
___
lilypond-devel mailing list
[EMAIL PROTECTE
On Mon, 26 Jul 2004, Werner LEMBERG wrote:
>
> What is \consistsend good for? It is nowhere documented.
>
>
IIRC (guru hackers, please correct me if I am wrong!), engravers listen to
events following the design pattern of a responsibility chain rather than
following an observer pattern (B
19 matches
Mail list logo