Whither the switch to OpenType fonts? (they break my printer)

2006-04-17 Thread John Hawkinson
I mentioned in a separate thread ("Why is %%PageMedia: a4 hardcoded?") some problems with LilyPond's Postscript hanging my printer (as of 2.7.38 and later; 2.7.36 and prior worked fine). At first, I presumed that this was a result of having a potentially non-8-bit clean path to my printer because

Re: Why is %%PageMedia: a4 hardcoded?

2006-04-17 Thread Han-Wen Nienhuys
The changes were made with hints from the GSview author, with the primary purpose of making GSview grok the code. I readily admit that my postscript knowledge is virtually nonexistent. Feel free to submit patches to make lily create sane PS. 2006/4/16, John Hawkinson [EMAIL PROTECTED]: > And BTW,

Separation_item problem

2006-04-17 Thread Juergen Reuter
Hi, I have been trying to fix the misplaced dot bug in Gregorian chant notation -- without sucess: void Vaticana_ligature_engraver::add_mora_column (Grob *parent) { if (!parent) // empty ligature return; if (augmented_primitives_.size () == 0) // no dot for column return; Item *d

Re: gregorian chant improvement

2006-04-17 Thread Juergen Reuter
By the way, you may also be interested in the following related work from a workshop on Braille Notation of Psalmodia and Gregorian Chant, held in Marburg, Germany, on October 2-3, 2002: http://www.sbs-online.ch/musik/conference/documents/gregor.pdf In order to make Gregorian chant notation r

Re: Best way to format nested lists

2006-04-17 Thread David Feuer
On 4/17/06, Cameron Horsburgh <[EMAIL PROTECTED]> wrote: > For example the example given puts the relevant line in one long line: > > \set StaffGroup.systemStartDelimiterHierarchy > = #'(SystemStartSquare (SystemStartBracket a (SystemStartSquare b)) d) > > Even small examples will wrap, ma

Move rotated_box ()

2006-04-17 Thread Erlend Aasland
Hi Jan,Can I apply this patch?Regards,  Erlend Aasland rotated_box.patch Description: Binary data ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Bug in the new PS code

2006-04-17 Thread Erlend Aasland
On 4/17/06, David Feuer <[EMAIL PROTECTED]> wrote: On 4/16/06, Erlend Aasland <[EMAIL PROTECTED]> wrote:This should only be necessary for the draw_dashed_line procedure.  Thedraw_dashed_slur one brackets its operations with gsave/grestore. Yes, of course, I didn't notice :-) __

Re: Why is %%PageMedia: a4 hardcoded?

2006-04-17 Thread Johannes Schindelin
Hi, On Sun, 16 Apr 2006, John Hawkinson wrote: > Johannes Schindelin <[EMAIL PROTECTED]> wrote on Sun, 16 Apr 2006 > at 13:46:16 +0200 in <[EMAIL PROTECTED]>: > > > > +(display "\n%%BeginDefaults > > > +%%PageMedia: a4 > > > +%%EndDefaults\n" port) > > > > Correct me if I'm wrong, but was "