OTF generation bug?

2006-05-15 Thread Werner LEMBERG
[Executable based on sources from 21:09 26-Apr-2006-ML.] George, convert Ghostscript's c059016l.pfb with the attached script to an OTF file: fontforge -script pfx2ttf.fontforge c059016l.pfb c059016l.afm c059016l.otf Checking with FreeType's ftview, all advance width values are far too big. T

Re: strange spacing

2006-05-15 Thread Werner LEMBERG
> Using CVS 2006-May-15 22:42, I get a strange spacing for the New > Century Schoolbook fonts. Does anybody else see this? This looks like a fontforge bug... I'm going to investigate. Werner ___ lilypond-devel mailing list lilypond-devel@gnu.o

strange spacing

2006-05-15 Thread Werner LEMBERG
Using CVS 2006-May-15 22:42, I get a strange spacing for the New Century Schoolbook fonts. Does anybody else see this? Werner == { c''-\markup { "foo" } } foo.pdf Description: Adobe PDF document __

patch for \transposedCueDuring

2006-05-15 Thread Werner LEMBERG
Here is my updated patch which implements \transposedCueDuring as discussed earlier on this list. Werner == 2006-05-15 Werner Lemberg <[EMAIL PROTECTED]> * lily/lexer.ll (init_signature_has_table): Add

Re: Bleeding edge documentation

2006-05-15 Thread Graham Percival
On 14-May-06, at 4:23 AM, Nicolas Sceaux wrote: 11.1.1 Overview of music functions Thanks, done. 11.1.2 Simple substitution functions tempoMark: a string argument can be written without the sharp. This looks cleaner: \tempoMark "Allegro" #3.0 Also it's usual, for instance in the case of ma

Re: New attempt on tuplets/percent repeats

2006-05-15 Thread Nicolas Sceaux
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > Nicolas Sceaux schreef: >>> In general, I think it makes sense to move parser substitutions as >>> much as possible to the iterators, eg. at some point, we should also >>> change the implementation of mmrests, \clef and \time. >>> >>> Nicolas, does th

Re: Implementation of music streams

2006-05-15 Thread Erik Sandberg
On 5/15/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: Erik Sandberg schreef: > However, I have found one good alternative, where the stream event has > no unique field. This approach involves a dummy event > "AnnounceContext", which are sent by newly created contexts. These > messages have no m

Re: New attempt on tuplets/percent repeats

2006-05-15 Thread Han-Wen Nienhuys
Nicolas Sceaux schreef: In general, I think it makes sense to move parser substitutions as much as possible to the iterators, eg. at some point, we should also change the implementation of mmrests, \clef and \time. Nicolas, does that make sense to you too? I'm clueless about what you're both t

Re: New attempt on tuplets/percent repeats

2006-05-15 Thread Nicolas Sceaux
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > Erik Sandberg schreef: >> Hi, >> Here's a patch that massively refactors tuplets and percent repeats. >> Highlights: >> - tuplets are now signalled by start/stop events. > > This patch looks almost ready for inclusion. Can you address my > tuplet-even

Re: New attempt on tuplets/percent repeats

2006-05-15 Thread Han-Wen Nienhuys
Erik Sandberg schreef: On 5/15/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > (I'm ready to relicense any code I write to lgpl > or gpl>=3 if that's needed in the future) I have toyed with the idea of getting disclaimers from all contributors, but haven't actually gone through with the idea.

Re: Implementation of music streams

2006-05-15 Thread Han-Wen Nienhuys
Erik Sandberg schreef: However, I have found one good alternative, where the stream event has no unique field. This approach involves a dummy event "AnnounceContext", which are sent by newly created contexts. These messages have no musical meaning, and should not be part of any output file, but y

Re: New attempt on tuplets/percent repeats

2006-05-15 Thread Erik Sandberg
On 5/15/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > (I'm ready to relicense any code I write to lgpl > or gpl>=3 if that's needed in the future) I have toyed with the idea of getting disclaimers from all contributors, but haven't actually gone through with the idea. Regarding GPLv3 vs GPL

Re: Implementation of music streams

2006-05-15 Thread Erik Sandberg
On 5/15/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: 2006/5/15, Erik Sandberg <[EMAIL PROTECTED]>: > On 5/14/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > > 2006/5/14, Erik Sandberg <[EMAIL PROTECTED]>: > > > What should be the value of the 'unique field of a CreateContext event? > > > > W

Re: New attempt on tuplets/percent repeats

2006-05-15 Thread Han-Wen Nienhuys
Erik Sandberg schreef: > Highlights: > - tuplets are now signalled by start/stop events. This patch looks almost ready for inclusion. Can you address my tuplet-event nit, verify that a clean make web still work, and commit? The tuplet-engraver looks good, but I would still like the events to be

Re: Implementation of music streams

2006-05-15 Thread Erik Sandberg
On 5/15/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: Erik Sandberg schreef: >> > Here's my plan on how to front-port music streams to the 2.9 branch. >> > >> > 1. Implement classes Dispatcher, Stream_event, Listener (move modules >> > from my thesis fork) >> > 2. Add dispatchers event_source_,

Re: lilypond ./ChangeLog lily/grob.cc lily/stencil-...

2006-05-15 Thread Graham Percival
On 15-May-06, at 3:15 AM, Erlend Aasland wrote: On 5/15/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: a NEWS entry? perhaps an update of the manual? How's this for the news? I'll write something for the manual asap. Actually, I think the news is good enough for now. If it goes in the m

Re: New attempt on tuplets/percent repeats

2006-05-15 Thread Erik Sandberg
On 5/15/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: Erik Sandberg schreef: > Hi, > > Here's a patch that massively refactors tuplets and percent repeats. > > Highlights: > - tuplets are now signalled by start/stop events. This patch looks almost ready for inclusion. Can you address my tuplet

Re: lilypond ./ChangeLog lily/grob.cc lily/stencil-...

2006-05-15 Thread Erlend Aasland
On 5/15/06, Werner LEMBERG <[EMAIL PROTECTED]> wrote: Well, rotating a note head is probably one of the more obscureapplications.  I suggest that you replace it with a hairpin.Done. ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.o

Re: Getting the height of a system.

2006-05-15 Thread Joe Neeman
On Mon, 2006-05-15 at 12:20 +0200, Han-Wen Nienhuys wrote: > Joe Neeman schreef: > > There is actually another possibility that I've only just thought of so > > it's > > pretty half-baked: > > Add an approximate-Y-extent to each grob that > > 1) leaves the grob constant (in particular no caching)

Re: lilypond ./ChangeLog lily/grob.cc lily/stencil-...

2006-05-15 Thread Werner LEMBERG
> [EMAIL PROTECTED] > +Objects may be rotated using the @code{rotation} property. > [EMAIL PROTECTED],fragment,relative=2] > +{ > + \override NoteHead #'rotation = #'(45 0 0) > + c1^\markup { \rotate #180 "test" } > +} > [EMAIL PROTECTED] lilypond Well, rotating a note head is probably one of th

Re: Implementation of music streams

2006-05-15 Thread Han-Wen Nienhuys
Erik Sandberg schreef: > Here's my plan on how to front-port music streams to the 2.9 branch. > > 1. Implement classes Dispatcher, Stream_event, Listener (move modules > from my thesis fork) > 2. Add dispatchers event_source_, and possibly events_below_, to Context > class. > 3. Make Context::t

Re: New attempt on tuplets/percent repeats

2006-05-15 Thread Han-Wen Nienhuys
Erik Sandberg schreef: Hi, Here's a patch that massively refactors tuplets and percent repeats. Highlights: - tuplets are now signalled by start/stop events. This patch looks almost ready for inclusion. Can you address my tuplet-event nit, verify that a clean make web still work, and commit?

Re: lilypond ./ChangeLog lily/grob.cc lily/stencil-...

2006-05-15 Thread Han-Wen Nienhuys
Erlend Aasland schreef: On 5/15/06, *Han-Wen Nienhuys* <[EMAIL PROTECTED] > wrote: a NEWS entry? perhaps an update of the manual? How's this for the news? I'll write something for the manual asap. Regards, Erlend wonderful. you can insert your name if you

Re: Getting the height of a system.

2006-05-15 Thread Han-Wen Nienhuys
Joe Neeman schreef: I think this could be even more expensive because my page breaker looks at a _lot_ of different line breaking configurations. On the score I have been using for coverage tests (Haydn op 76, no 3, 1st violin part), the page breaker tests more than 4000 different line breaking

Re: lilypond ./ChangeLog lily/grob.cc lily/stencil-...

2006-05-15 Thread Erlend Aasland
On 5/15/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: a NEWS entry? perhaps an update of the manual?How's this for the news? I'll write something for the manual asap.Regards,  Erlend news.patch Description: Binary data ___ lilypond-devel mailing list

Re: lilypond ./ChangeLog lily/grob.cc lily/stencil-...

2006-05-15 Thread Han-Wen Nienhuys
Erlend Aasland schreef: CVSROOT:/sources/lilypond Module name:lilypond Branch: Changes by: Erlend Aasland <[EMAIL PROTECTED]>06/05/14 14:06:37 Modified files: . : ChangeLog lily : grob.cc stencil-interpret.cc stencil-scheme.cc