Re: searching score

2007-10-13 Thread Phil Raynaud
Guten Morgen Helge, I have it done and ready for Mutopia (it is the version for voice and piano from Peters Band 1 you can find here : http://www.dlib.indiana.edu/variations/scores/ ). I am just waiting for a go-ahead to send it to Mutopia, so it is the matter of a few days. Anyway, if you need

Re: MIDI (how to) mute only one staff

2007-10-13 Thread Martial
Hi, Maybe is it a best simple way but : Two score One with only layout {} the second with only midi {} %%- %Dynamics are need Mute = { d''\f a' f' b' } Sound = { c'\f e' g' c' } %STAFF \score { \Mute \\ \Sound \layout { ragged-right

Re: Strange beamed-extreme-minimum-free-lengths behaviour etc.

2007-10-13 Thread Jan Nieuwenhuizen
Han-Wen Nienhuys writes: The behaviour of beamed-lengths beamed-minimum-free-lengths and beamed-extreme-minimum-free-lengths is also a bit fuzzy to me. If I've understood correctly the beamed-lengths specifies the basic length of the stem and beamed-extreme-minimum-free-lengths the shortest

trying to learn scheme...

2007-10-13 Thread Wilbert Berendsen
I am currently learning Scheme to master lilypond even better but I miss some clear docs about music-map and define-music-function. I try to write a function that replaces pitches in a repetitive pattern (e.g. : c8 d16 c d8 c d16 c d8 c d ) with other pitches. so that I can say: myPattern =

RE: MIDI (how to) mute only one staff

2007-10-13 Thread Ed Ardzinski
I use this technique for wrinting out my bass parts with a midi file to listen to. The midi part is writen to the tones that are supposed to be heard, the written part is transposed an octave up. I also use it to do exactly what the OP wants - have a midi file with the complete harmonies,

Re: Straight-Slurs

2007-10-13 Thread [EMAIL PROTECTED]
Thanks for the suggestion, but glissandi go between the two notes, whereas I'm needing the line to be above or below - exactly where a slur would be. Is there a way to control the curvature of a slur? Original Message From: [EMAIL PROTECTED] Date: 12/10/2007 18:49 To: [EMAIL

Trying to download Lilypond - what's up?

2007-10-13 Thread Tomas Valusek
Hello, after a disk failure, I'm trying to download LilyPond from http://lilypond.org/web/install/ and after clicking an Install link in Windows table row, I get an error page File not found. The version number in that row is also strange - 0.0.0-0 :-) What'x up? Some sort of site

Re: searching score

2007-10-13 Thread Helge Kruse
Wilbert, many thanks for reply. I wasn't specific enough in my question. I was looking for a piano version (the original) or a piano solo version. I used google, but I didn't found anything I like. Phil could send me a version, he edited. I dont know, if there is any piano solo version, even

Re: trying to learn scheme... (solved)

2007-10-13 Thread Wilbert Berendsen
this worked: #(define (transform m p1 p2) (let ((p (ly:music-property m 'pitch))) (if (ly:pitch? p) (let ((n (ly:pitch-notename p))) (if (= n 0) (ly:music-set-property! m 'pitch

Re: Trying to download Lilypond - what's up?

2007-10-13 Thread Jan Nieuwenhuizen
Tomas Valusek writes: after a disk failure, I'm trying to download LilyPond from http://lilypond.org/web/install/ and after clicking an Install link in Windows table row, I get an error page File not found. The version number in that row is also strange - 0.0.0-0 :-) What'x up? Some sort of

ClusterSpanner #'style.

2007-10-13 Thread v!ictor [EMAIL PROTECTED]
Hi, I'm wanting to go back and forth between different ClusterSpanner #'style (s) in the middle of a score, but Lilypond seem to ignore all but the first style setting. Is it not possible to change the style once it's been set? Am I doing something wrong? Here's an example of what I'm trying to

scheme manipulating patterns and \relative

2007-10-13 Thread Wilbert Berendsen
I now wrote this: #(define (transform chord m1 m2) (let* ((note (car (ly:music-property chord 'elements))) (dur (ly:music-property note 'duration)) (pitch (ly:pitch-notename (ly:music-property note 'pitch))) (new (ly:music-deep-copy (if (=

PNG output from lilypond-book using Infotex under Cygwin

2007-10-13 Thread Erik Igelström
Hello, I'm trying to generate an html from an Infotex file with lilypond-book, under Cygwin. After I've put the source through lilypond-book, I seem to end up with just about everything I'm supposed to, except for the png files. It gives me eps files, and I assume that it's supposed to convert

Re: Straight-Slurs

2007-10-13 Thread Phil Raynaud
Hi David, I may have an answer to your question: Just test this example, it does'nt need much explanation %% \version 2.11.34 \paper { #(set-paper-size a4) %#(set-paper-size letter) line-width = 184\mm #(ly:set-option

Re: Straight-Slurs

2007-10-13 Thread Phil Raynaud
Just a correction: SLURLIM #'0 is the same as SLURLIM #'0.0 (I made a mistake in the explanation: it is not (0 . 0) because there is only one value. ___ lilypond-user mailing list lilypond-user@gnu.org

Re: searching score

2007-10-13 Thread Chris Sawer
Phil Raynaud wrote: I have it done and ready for Mutopia (it is the version for voice and piano from Peters Band 1 you can find here : http://www.dlib.indiana.edu/variations/scores/ ). Now online at: http://www.mutopiaproject.org/cgibin/piece-info.cgi?id=1054 Regards, Chris -- Chris