Re: including eps file

2006-05-31 Thread Orm Finnendahl
Hi, I still couldn't get anywhere concerning the eps issue. I tried to post the eps file which caused the error to the list, but since it is a bitmap, it's too huge for the list. I also don't think it helps trying to solve the lilypond error using a bitmap eps which will not get used anyway. Can

#(make-dynamic-script)

2006-05-31 Thread Vivian Barty-Taylor
In the manual for version 2.8.0 it says that it is possible to make new dynamic marks. I've tried this and it works. What I would really like to do, though, is make a dynamic mark that included normal text (specifically "sub p" or "sub f")At the moment I do this by putting in a _\markup line, and t

Re: #(make-dynamic-script)

2006-05-31 Thread Kieren Richard MacMillan
Hi, Vivian: What I would really like to do, though, is make a dynamic mark that included normal text (specifically "sub p" or "sub f") subP = #(make-dynamic-script (markup #:line(#:normal-text #:italic "sub." #:hspace -0.3 #:dynamic "p" ))) [Note that I put in the #:hspace -0.3 because

Re: including eps file

2006-05-31 Thread Han-Wen Nienhuys
Orm Finnendahl schreef: Hi, I still couldn't get anywhere concerning the eps issue. I tried to post the eps file which caused the error to the list, but since it is a bitmap, it's too huge for the list. I also don't think it helps trying to solve the lilypond error using a bitmap eps which will

Here comes the bride

2006-05-31 Thread Atte André Jensen
Hi Anyone happens to have the "bridal chorus" from "lohengrin" (ie "here comes the bride") in lilypond (or pdf)? -- peace, love & harmony Atte http://www.atte.dk | quartet: http://www.anagrammer.dk http://www.atte.dk/gps | compositions: http://www.atte.dk/compositions ___

Re: Questions about my piece

2006-05-31 Thread Rick Hogg
Mats,I tried to attach the piece, but it was kicked back at me by the list.  I can include my code, and I'd be more than happy to email anyone willing to help with the attachment.  I'm just going to attach the bar before the cadenza and the cadenza.  I'm sure it'll probably be in the wrong octave,

Different margins on separate pages?

2006-05-31 Thread Rick Hogg
Hello,I would like to set the margins on the first page differently than on the following pages.  Basically, the instrument name is too close to the top of the page on the other pages to be printable, but the first page is perfect.  Is there any way to do this?Thanks,Rick Ring'em or ping'em. Make

How to work with makefile?

2006-05-31 Thread Eduardo Vieira
Hello list! Once in a while I see .ly examples posted in this list in a zip file containing several pieces and a file called "makefile". I suppose it is to put all the parts together. Is it possible to work with it Windows?   Regards,   Eduardo ___

Re: including eps file

2006-05-31 Thread martial
view this article : http://article.gmane.org/gmane.comp.gnu.lilypond.general/18308/match=eps+issue ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: including eps file

2006-05-31 Thread martial
> view this article : > http://article.gmane.org/gmane.comp.gnu.lilypond.general/18308/match=eps+issue with the new syntaxe in use : \markup { \epsfile #X #size #"my_image.eps" } this zipfile is in the actual syntaxe http://cathemline.org/lily/eps_image.zip

Multi-line instrument names

2006-05-31 Thread Robert Memering
Hi all, I'm very frustrated because I still can't get proper alignment of my multi-line instrument names. I wrote a lengthy message to this list, including example bitmaps of the output, but nobody responded. (see http://lists.gnu.org/archive/html/lilypond-user/2006-03/msg00302.html) Now, several

RE: Page layout frustration (+ documentation note)

2006-05-31 Thread Fairchild
Wol - Having also been frustrated by the controls for vertical layout, I've discovered several things/tricks to whip ly into partial submission. Haven't yet documented them, but would like to try to adjust your score. Please post, or send direct. - Bruce -Original Me

Re: Multi-line instrument names

2006-05-31 Thread Kieren MacMillan
Hi, Robert: I'm very frustrated because I still can't get proper alignment of my multi-line instrument names. There definitely seems to be an issue (bug?) there... =( The attached workaround isn't perfect, but the output is closer to what you want (I think). Best wishes, Kieren.

Glissando length

2006-05-31 Thread Benedict Singer
Hi all, I'm doing a piece with extensive glissando usage, and there's a bit of an issue. Lilypond is setting most of the piece with the measures very nicely spaced on each line; however, when there's glissandi in there, it's still spacing it the same way, and so, for example, a measure of 4 q

Re: Questions about my piece

2006-05-31 Thread Rick Hogg
Okay,I've attached my notes file and my score file.  Typeset the score file to see what I'm talking about.  You might need to adjust the paper size if you haven't made the modification for 9 inch by 12 inch paper.Thanks!Rick Hogg <[EMAIL PROTECTED]> wrote: Mats,I tried to attach the piece, but it w

Re: Mixed questions

2006-05-31 Thread Stephen
One solution (or perhaps the solution) is to use two scores, but I do not know how to ensure equal spacing between all staves then.   Stephen - Original Message - From: Matthijs Frankena To: lilypond-user@gnu.org Sent: Saturday, May 27, 2006 9:30 AM Subject: Re: Mixed

Re: multiple \mark items on a single measure

2006-05-31 Thread Stephen
- Original Message - From: "Graham Percival" <[EMAIL PROTECTED]> To: "Kieren Richard MacMillan" <[EMAIL PROTECTED]> Cc: "Stephen" <[EMAIL PROTECTED]>; "User's List LilyPond" Sent: Friday, May 26, 2006 6:45 PM Subject: Re: multiple \mark items on a single measure On 26-May-06, at

remove Trill from TrillSpanner.

2006-05-31 Thread Trent Johnston
Hi, I'm trying to remove the starting trill symbol from the TrillSpanner so I end up with just a wavey line. I've followed the TrillSpanner description but \override TrillSpanner #'edge-text = #'(" " . " ") Doesn't work. Am I doing something wrong? Thanks in advance. Trent

Re: remove Trill from TrillSpanner.

2006-05-31 Thread Mats Bengtsson
The following example works excellently here: \version "2.8.0" \relative c'{ \override TrillSpanner #'edge-text = #'(" " . " ") c \startTrillSpan d e f \stopTrillSpan } /Mats Quoting Trent Johnston <[EMAIL PROTECTED]>: Hi, I'm trying to remove the starting trill symbol from the TrillSpan

Re: Mixed questions

2006-05-31 Thread Mats Bengtsson
Note that I have already posted "the solution", \bar "||:" /Mats Quoting Stephen <[EMAIL PROTECTED]>: One solution (or perhaps the solution) is to use two scores, but I do not know how to ensure equal spacing between all staves then. Stephen - Original Message - From: Matthijs Fr

Re: remove Trill from TrillSpanner.

2006-05-31 Thread Trent Johnston
Doh!!! Should have tried it on it's own first. I've have it the trillspan in a polyphony voice 1 and 2. I'd put the override before the << { } \\ {} >> etc. \override Staff.TrillSpanner etc now works. Thanks for the heads up. Trent - Original Message - From: "Mats Bengtsson" <[EMAI

Re: Different margins on separate pages?

2006-05-31 Thread Mats Bengtsson
As far as I know, this is not supported for the moment. However, Han-Wen has recently specified a price for implementing unsymmetric left and right hand pages and maybe he can combine that with your request for only little extra money. /Mats Quoting Rick Hogg <[EMAIL PROTECTED]>: Hello, I wo