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 Sawer
>
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
http://lists.gnu.org/mailman/listinfo/lilyp
>
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-op
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 the
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 (= pitch
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 d
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 so
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
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
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 maintenanc
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 PROTE
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, an
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 = {
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 sho
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-ri
15 matches
Mail list logo