Re: Lilypond-book 2.6.0 Problem

2005-07-16 Thread Graham Percival
On 16-Jul-05, at 9:19 AM, Borislav Ivanov wrote: in other words : dvips -h new.psfonts new.dvi -o new.ps which gave me this output: This is dvips(k) 5.95a Copyright 2005 Radical Eye Software (www.radicaleye.com) dvips: ! DVI file can't be opened. Try again from the beginning with lilypon

Re: Re: Lilypond-book 2.6.0 Problem

2005-07-16 Thread Borislav Ivanov
This is what is happening when i invoke the command: dvips -h new.psfonts new.dvi in the directory in which i have this files ( I used lilypond-book on the example for version 2.6.0 of musicological document ( after i added \usepackage{graphics} and compiled the result with latex: lily-11015

Re: part combiner

2005-07-16 Thread Kristof Bastiaensen
Hi, I'd like to ask how the part-combiner is progressing. I see that my patch isn't committed yet, so I wonder if there is a reason to delay the patch. The patch should be standalone, it shouldn't break existing code. There could be unsuspected bugs, but then, that's what unstable is for, isn'

Re: lilypond Documentation/user/global.itely Docume...

2005-07-16 Thread Graham Percival
On 15-Jul-05, at 10:55 AM, Nicolas Sceaux wrote: + * Documentation/user/examples.itely (All headers): change the + place of \header in \score blocks (after music block) to make + examples compile (cf. changes on parser.yy on 2005-07-10) \score{ + { c'4 } \header { p

'make all' fails ChangeLog 1.3884

2005-07-16 Thread David Bobroff
'make all' exits like this with current CVS (ChangeLog 1.3884): `Grob::smob_tag_' follow ./out/grob.o(.text+0x99): In function `Grob::Grob(Grob const&, int)': /usr/src/lilypond/lily/grob.cc:138: undefined reference to `Grob::smobify_self()' ./out/grob.o(.text+0x1d9): In function `Grob::Grob(Grob c

Re: Lilypond-book 2.6.0 Problem

2005-07-16 Thread Graham Percival
On 16-Jul-05, at 12:55 AM, Borislav Ivanov wrote: dvips -h out/new.psfonts out/new.dvi This is dvips(k) 5.95a Copyright 2005 Radical Eye Software (www.radicaleye.com) ' TeX output 2005.07.16:1046' -> |lpr lpr: error - scheduler not responding! Try dvips -h out/new/psfonts out/new.dvi -o (or

Re: [patch] Print all headers in \book

2005-07-16 Thread Han-Wen Nienhuys
Graham Percival wrote: This patch adds an option, \paper{ printAllHeaders = ##t } which causes LilyPond to print all the headers for each \score in a \book. Currently, only the piece and opus are printed. This is great for movements of a piece, but I have several collections of pieces, for wh

Re: Force Accidentals

2005-07-16 Thread Han-Wen Nienhuys
Mehmet Okonsar wrote: Here is a short .ly to illustrate what I expect : ** If the above functionality is added, that would fill in, what I believe is a big hole in Lilypond, (concerning the modern composer). If you are willing to fund development, I can look

Force Accidentals

2005-07-16 Thread Mehmet Okonsar
Here is a short .ly to illustrate what I expect : ** \version "2.6.0" forceAlterations = #(def-music-function (parser location music) (ly:music?) (music-map (lambda (m) (if (eqv? (ly:music-property m 'name) 'NoteEvent)