Re: grace note synchronization and multi-rests

2006-04-01 Thread Werner LEMBERG
> > It's even more annoying because I can't have grace notes in cues :-( > > not true iirc; there's even a regtest. Of course, you have to do > insert grace skips into the cueDuring arguments too. OK, thanks. The bug with cyclic cues (which I've just reported to bug-lilypond) led me to a wrong

\killCues vs. redefining \cueDuring

2006-04-01 Thread Werner LEMBERG
There are two solutions to suppress cue notes in a full score. Let's assume that file foo.ily defines a `foo' music macro: foo = \relative c' { ... \queDuring ... ... } The same for all other parts. . Solution 1: Redefine `cueDuring' to do nothing before inclusion of

Re: More improvements to PostScript backend

2006-04-01 Thread David Feuer
When might I expect feedback on the new patch? David Feuer ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: grace note synchronization and multi-rests

2006-04-01 Thread Han-Wen Nienhuys
Werner LEMBERG schreef: To synchronize the grace notes it is necessary to insert them into the second voice also (as skips). Extracting this second voice in a part I want to get 4 |---| but I get 2 2 |-| |-| due to the grace notes. It's even more anno

Re: grace note synchronization and multi-rests

2006-04-01 Thread Werner LEMBERG
> To synchronize the grace notes it is necessary to insert them into the > second voice also (as skips). Extracting this second voice in a part > I want to get > >4 >|---| > > > but I get > > 2 2 >|-| |-| > > > due to the grace notes. It's even more a

grace note synchronization and multi-rests

2006-04-01 Thread Werner LEMBERG
Assume the following score << \new Voice \relative c' { R1*2 | \acciaccatura { c8 } c1 | c1 } \new Voice \relative c' { R1*2 | \acciaccatura { s8 } R1*2 } >> To synchronize the grace notes it is necessary to insert them into the second voice also (as sk

Re: More improvements to PostScript backend

2006-04-01 Thread Han-Wen Nienhuys
David Feuer schreef: Would it be possible to put mark_URI wherever pdfmark is defined? That way, it won't be in the output unless it's actually used. no. pdfmark is a routine that GS/Acrobat distiller provides to create URLs in the PDF output. It's defined in case the PS interpreter (say, one

Re: More improvements to PostScript backend

2006-04-01 Thread David Feuer
Grr I forgot to delete the euclidean_length procedure from music-drawing-routines.ps. It is no longer used. David ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: More improvements to PostScript backend

2006-04-01 Thread David Feuer
Would it be possible to put mark_URI wherever pdfmark is defined? That way, it won't be in the output unless it's actually used. Could someone give me a clue about stencils and grobs? My vague general impression is that it would probably be a big win for code maintenance, output quality, and out

Re: Improvements to Postscript backend (patches included)

2006-04-01 Thread David Feuer
On 4/1/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > I suspect you may know more about postscript than me, your guess is as > good as mine; If you think it is bug, can you file a bug with > ghostscript development? > > I can send you a file with an embedded CFF CID font. I don't actually know

Re: More improvements to PostScript backend

2006-04-01 Thread David Feuer
> +% it's possible to eliminate the coordinate variables by doing [ /Rect [ 7 3 > +% roll It is, however, kind of ugly. Another possibility, probably better, > is > +% to put the [ and ] into the other side, so this procedure will take an > array. > +% Yet another is to make pdfmark take its coo

Re: Improvements to Postscript backend (patches included)

2006-04-01 Thread Han-Wen Nienhuys
David Feuer schreef: On 3/31/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: According to the Postscript reference, selectfont can be used with CID resources as well as regular fonts. Unfortunately, I can't make the utf-8 regression test work either with or without my changes, so I can't be su

More improvements to PostScript backend

2006-04-01 Thread David Feuer
In my nonexistent free time I've done some more work. I'd really like to do something about the compulsive gsave x y translate 0 0 moveto grestore wrapping that everything gets. Could someone give me an idea of what could get stuffed into placebox? Is there actually some kind of global graphics

Re: al niente / de niente - was Re: (no subject)

2006-04-01 Thread Trevor Bača
On 4/1/06, Erlend Aasland <[EMAIL PROTECTED]> wrote: > Hi Trevor, and thanks for the scans! I did some work last night, and a new > and better patch is attached. > > I've renamed the property to circled-tip. Height and thickness is now read > from the hairpin properties. The width of the hairpin is

make web fails for LilyPond 2.8.0/2.9.0 source drop [Also] Re: Futile attempts to build LilyPond 2.8.0

2006-04-01 Thread R. Mattes
On Thu, 30 Mar 2006 21:15:57 +0200, R. Mattes wrote: > Ok, I've almost been able to build LilyPond 2.6.0 > ex fontes on our Debian/Ubuntu Package builder > using a pbuilder environment (read: strict building > in a clean and well-defined build environment). > Unfortunately the package build proc