Pairing/Combining Two Sequences Together

2002-06-06 Thread Han-Wen
[EMAIL PROTECTED] writes: Should result in about the same thing as this: --- \notes \context Voice \relative c' { c4. d8 e4. f8 g4. a8 b4. c8 } --- Just to test things, I defined the function 'combine-dur' like this: --- #(define (combine-dur x) (display \n===\n) (let ((a

Lilypond crashes while compiling this (correct) file...

2002-06-06 Thread Michael Jelden
Hi all, I have a file, which would not compile thou the end, but only until a certain point. It crashes during the LaTeX portion: Running LaTeX... error: latex: command exited with value 256 Traceback (most recent call last): File /usr/local/bin/ly2dvi, line 863, in ? run_latex (files,

Re: Pairing/Combining Two Sequences Together--Feature request

2002-06-06 Thread David Raleigh Arnold
On Thu, 06 Jun 2002 07:52:31 Han-Wen wrote: [EMAIL PROTECTED] writes: Should result in about the same thing as this: --- \notes \context Voice \relative c' { c4. d8 e4. f8 g4. a8 b4. c8 } --- Just to test things, I defined the function 'combine-dur' like this: --- #(define

Re: Tempo signature

2002-06-06 Thread Maurizio Tomasi
Are there commands to produce, e.g., Allegro, Adagio, Largo at wanted positions? - Marco If you want to write these indications above the staff with a good-looking separation from it, you can use the following command: --

Re: Tempo signature

2002-06-06 Thread Carlos Garcia Suarez
I think you have to do it like legato = #'(italic (legato)) a3^\legato for example Carlos - Original Message - From: Marco Caliari [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 06, 2002 2:40 PM Subject: Tempo signature Are there commands to produce, e.g.,

Pairing/Combining Two Sequences Together--Feature request

2002-06-06 Thread David Raleigh Arnold
Wow. Too many trailing spaces. r8 | \partial 8 g8 | c2:3- f:3-.7| c4 c8 d [es () d] c4 | d:min es4 c8:min r8 | f4 f8 g [es() d] c g | c2:min f:min7 | c4 c8 d [es () d] c4 | g:7^3.5 c:min | d4 es8 d c4. \bar |. |

Re: Tempo signature

2002-06-06 Thread David Raleigh Arnold
On Thu, 06 Jun 2002 13:19:18 Carlos Garcia Suarez wrote: I think you have to do it like legato = #'(italic (legato)) a3^\legato for example Carlos or in \header, poet = Adagio still not fixed in 1.4.13 Information is

Tempo signature

2002-06-06 Thread Marco Caliari
Are there commands to produce, e.g., Allegro, Adagio, Largo at wanted positions? - Marco ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Re: Pairing/Combining Two Sequences Together

2002-06-06 Thread Mats Bengtsson
Take a look at the example file input/test/music-box.ly in the distribution. I think it does more or less what you're trying to achieve. /Mats Does anyone know how to perform an operation (using the Guile interpreter) that combines two sequences of notes? I'm not entirely sure how to

Justified staffs

2002-06-06 Thread Felipe Massia Pereira
Hello all, I needed two things that I didnt find in the manual 1) how can I control breaks (I didnt get it with \bar ... it just does not break when there is space... and I couldnt user \penalty ... I tried #0 value and #9) 2) how do I justify a staff (I want staffs of the same length and

Re: Justified staffs

2002-06-06 Thread Rune Zedeler
Felipe Massia Pereira wrote: 1) how can I control breaks (I didnt get it with \bar ... it just does not break when there is space... and I couldnt user \penalty ... I tried #0 value and #9) What do you mean. is \break what you are looking for 2) how do I justify a staff (I want

Re: Lilypond crashes while compiling this (correct) file...

2002-06-06 Thread Rune Zedeler
Jan Nieuwenhuizen wrote: I have a file, which would not compile thou the end, but only until a certain point. It crashes during the LaTeX portion: I have just experienced the same problems with a HUGE file. (48 staves with one voice in each, 385 measures. Should I just give up, or should I

Re: Lilypond crashes while compiling this (correct) file...

2002-06-06 Thread David Raleigh Arnold
On Fri, 07 Jun 2002 00:07:08 Rune Zedeler wrote: Jan Nieuwenhuizen wrote: I have a file, which would not compile thou the end, but only until a certain point. It crashes during the LaTeX portion: I have just experienced the same problems with a HUGE file. (48 staves with one voice in