Re: Don't understand exactly where to put Completion lines

2006-02-13 Thread Jay Hamilton, Sound and Silence
I apologize for this being sent only to you- a slip of the keystrokes. I was trying to keep the message short and to the point since it seemed that each voice would need the command but the question becomes "before notes in score or somehow in the layout" and I felt that the manual wasn't cl

Re: faster lilypond rendering

2006-02-13 Thread Graham Percival
On 13-Feb-06, at 12:30 PM, Ben Fisher wrote: Running lilypond seems to take a while on my machine. For a project I'm working on it'd be nice to have much faster time to output. Maybe some of this time is spent for lilypond to load all of its fonts and set up. I'm working on using lilypond to

Re: Don't understand exactly where to put Completion lines

2006-02-13 Thread Mats Bengtsson
Well, the easiest is to redefine all Voice contexts in the full score, by adding \layout{ \context{ \Voice \remove "Note_heads_engraver" \consists "Completion_heads_engraver" } } at the top of the file, for example. /Mats Jay Hamilton, Sound and Silence wrote: I woul

Re: faster lilypond rendering

2006-02-13 Thread Cameron Horsburgh
Ramana Kumar wrote: > what about caching the lilypond output in such a way that small > changes to the ly code don't result in redoing all the parsing > again... i mean say if someone only adds a bar to the end maybe some > of the work wouldn't need to be redone? > i understand lilypond does some w

Re: faster lilypond rendering

2006-02-13 Thread Ramana Kumar
what about caching the lilypond output in such a way that small changes to the ly code don't result in redoing all the parsing again... i mean say if someone only adds a bar to the end maybe some of the work wouldn't need to be redone? i understand lilypond does some work on the whole score which n

Re: faster lilypond rendering

2006-02-13 Thread Erik Sandberg
Citerar Ben Fisher <[EMAIL PROTECTED]>: > Running lilypond seems to take a while on my machine. For a project I'm > working on it'd be nice to have much faster time to output. Maybe some of > this time is spent for lilypond to load all of its fonts and set up. > > Instead of running lilypond.exe

faster lilypond rendering

2006-02-13 Thread Ben Fisher
Running lilypond seems to take a while on my machine. For a project I'm working on it'd be nice to have much faster time to output. Maybe some of this time is spent for lilypond to load all of its fonts and set up.   Instead of running lilypond.exe several times, is there a way to start lilypond so

Re: lilypond-user Digest, Vol 39, Issue 22

2006-02-13 Thread Mats Bengtsson
michel pondeville wrote: Good night, When lilypond shoult recognise the strong pzzicato. Thank you Michel I recommend to write a new email with a new subject line if you have a new question. I am not exactly sure what you mean. Do you want some new symbol that does is not supported in LilyPon

Re: Multiple Midi Files

2006-02-13 Thread Mats Bengtsson
Ramana Kumar wrote: I believe you should be able to write the piece out all in one score block... did you try to do this and how did it fail? I'm thinking of something like \score { << {piano} \\ {melody} \\ {lyrics} >> << {SATB} \\ {piano} >> \midi } what's wrong with the pdf that comes out of

Re: Multiple Midi Files

2006-02-13 Thread Ramana Kumar
I believe you should be able to write the piece out all in one score block... did you try to do this and how did it fail? I'm thinking of something like \score { << {piano} \\ {melody} \\ {lyrics} >> << {SATB} \\ {piano} >> \midi } what's wrong with the pdf that comes out of that? as for getting a

Re: lilypond-user Digest, Vol 39, Issue 22

2006-02-13 Thread michel pondeville
ine. what kind of machine is this (CPU)? i386 - AMD K6 Can you run lilypond in GDB, and send a backtrace of the exception? Yes, I will do that ASAP and get back to you. Thanks, Paul -- Message: 6 Date: Mon, 13 Feb 2006 17:22:09 +1100 From: "Trent J"

Re: Don't understand exactly where to put Completion lines

2006-02-13 Thread Mats Bengtsson
Still, you only show how you define a variable called SopranoA, but you don't show the actual \score{...} block of you file, i.e. the lines that use the variable, i.e. the lines that contain \SopranoA. /Mats Quoting "Jay Hamilton, Sound and Silence" <[EMAIL PROTECTED]>: I snipped the part

Re: Stickings/Fingerings

2006-02-13 Thread Mats Bengtsson
You mean like c^"R" c^"L" ...? /Mats Quoting Jay Bordeleau <[EMAIL PROTECTED]>: Good day- First day out on the lilypond is going great, just one issue: I was hoping to add percussion stickings to some music (R L R R L R L, L=left r=right). I was hoping that this could be done similar to fin

Multiple Midi Files

2006-02-13 Thread Linda Cantoni
I'm using v. 2.6.5, under Windows XP Home, SP2. Can a Lilypond file with multiple \score blocks be made to produce a single midi file? I'm working on some songs with 2 sections: (1) piano with melody & lyrics, then (2) SATB chorus with piano. The only way I can get them to come out right in a si

Re: Putting Lyrics between barlines / Lyrics and \appogiatura

2006-02-13 Thread Thies Albrecht
Hi Trent! My main reason for getting the lyrics between the barlines was that they often hung outside the bar on the right hand side of the page. Okay, now I see the problem. What I didn't notice for my former proposed solution is that the output somehow becomes a complete mess. So forget abo

Re: illegal instruction in GUB 2.7.33-1

2006-02-13 Thread Paul Scott
Han-Wen Nienhuys wrote: Paul Scott wrote: So I would have to change that compile flag from CVS to build a version for this machine? just wait for the next GUB Thank you!! Paul ___ lilypond-user mailing list lilypond-user@gnu.org http://l

Re: illegal instruction in GUB 2.7.33-1

2006-02-13 Thread Han-Wen Nienhuys
Paul Scott wrote: Han-Wen Nienhuys wrote: Paul Scott wrote: Looks like I may have the wrong kernel installed. I'll take it from here. I hope you didn't waste too much of your time on this. no, that won't help. we were compiling libgmp with -march=pentiumpro, which uses non-K6 instru

Re: illegal instruction in GUB 2.7.33-1

2006-02-13 Thread Paul Scott
Han-Wen Nienhuys wrote: Paul Scott wrote: Looks like I may have the wrong kernel installed. I'll take it from here. I hope you didn't waste too much of your time on this. no, that won't help. we were compiling libgmp with -march=pentiumpro, which uses non-K6 instructions. So I woul

Re: illegal instruction in GUB 2.7.33-1

2006-02-13 Thread Han-Wen Nienhuys
Paul Scott wrote: Looks like I may have the wrong kernel installed. I'll take it from here. I hope you didn't waste too much of your time on this. no, that won't help. we were compiling libgmp with -march=pentiumpro, which uses non-K6 instructions. -- Han-Wen Nienhuys - [EMAIL PROTEC

Re: illegal instruction in GUB 2.7.33-1

2006-02-13 Thread Paul Scott
Han-Wen Nienhuys wrote: Paul Scott wrote: what kind of machine is this (CPU)? i386 - AMD K6 Have you ever run a prepackaged 2.7 binary successfully? Haven't run Lily on this box before. K6 is a very old chip which doesn't support SSE2 (which I suspect is used in the GMP library)

Re: illegal instruction in GUB 2.7.33-1

2006-02-13 Thread Han-Wen Nienhuys
Paul Scott wrote: what kind of machine is this (CPU)? i386 - AMD K6 Have you ever run a prepackaged 2.7 binary successfully? K6 is a very old chip which doesn't support SSE2 (which I suspect is used in the GMP library) -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~han

Clef signs

2006-02-13 Thread Don Blaheta
Boy, I'm just full of questions tonight. I see that when the Bar_engraver is removed, the clef signs no longer appear at the start of each line. I don't mind that terribly, but I would like to be able to force one, and that I can't figure out how to do. If I just throw in a "\clef treble", it pu