Download
I want download whole music book LilyPond in html file, but can not find where and do not know the order download. That on основном put there is tried download, but there music files in format html no. Thank you one, will help in this question. Vera. [EMAIL PROTECTED] ___ lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
jEdit lilyTool/lilyPond Help
Hello, I've been using jEdit for a while now, and it is really helpful. Recently I noticed that the lilyPond Help still uses Version 2.1.6 06JAN04 of the lilpond doc. Can I change this somehow to the current version (2.2.0)? Thank you, Thomas cygwin ___ lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
jEdit lilyTool/lilyPond Help
Hello, I've been using jEdit for a while now, and it is really helpful. Recently I noticed that the lilyPond Help still uses Version 2.1.6 06JAN04 of the lilpond doc. Can I change this somehow to the current version (2.2.0)? Thank you, Thomas cygwin ___ lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
Re: Little Problems
> Hello there, Hallo Stefan, > ... > 1) In the created pdf-file is always a little "1" in the upper right > corner of the page. How can I prevent this??? This is easy: You can put pagenumber = "no" into the header block. > 5) Can I get another music instrument for the midi output then the grand > piano (with Staff.midiInstrument = "acoustic guitar" for example \set Staff.midiInstrument = "acoustic guitar (steel)" Search the doc for "MIDI instruments" to see the list of available patches. Thomas ___ lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
windows lilypond
I wrote you yesterday about missing dll files. I have solved most of that, but I still have many problems. I think that lilypond may well be the best music writing program to date, at any price. I just wish we could get it working. I have downloaded from your site and installed/reinstalled about 7 times now, so I know that's not the problem. All files are on your site except the doc file right? I checked them against the list in the website. And the doc file is not needed to make the program run? On completion of cygwin installation I got a missing cygintl-1.dll error message. I have no idea if, once this file is supplied, other missing dll errors will then be discovered. When I run lilypond-bin.exe, I get a quickly closing window that just gives a quick intro. But it includes options like the ones listed on the gatting-started page in the website. When I run a cygwin bash shell, it fails to recognize either "lilypond", or "help" as a valid command. When I double click the "test.ly" file, or the file I made through the denemo front end, I get a little window that says "python not found". Since python is in there, and running, I wonder if they mean something contained in the python folder within the lilypond folder. This folder is empty. Could the problem be as simple as a packaging error? If it is a packaging error, I'd appreciate it if I could just get the missing file, or if you'd let me know when the package is fixed. I'm saving all the files downloaded so far. I really hope this this thing can be gotten to work. As I said in my previous message, there can be no test.log file in the floder that holds the test.ly file, since that is not a folder, but a document. If you mean that the file should be generated as the program is run, it never has been. Thanks for whatever you can do. Ken Behrens ___ lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
HELP LIST-MAINTAINERS Subscription problems
Hello, Today I retrieved my emails for the first time in nearly two weeks to find several emails telling me my subscription to lilypond-user had been suspended due to too many bounces. I followed the link to the confirmation page to clear this, but the confirmation code was not recognised so I to re-submitted my subscription as directed. But all I got was an email saying I was already subscribed and somebody may be fraudulently trying to discover the list's membership! So currently, I'm not receiving any digests from the list even though I appear to be subscribed. Please can somebody help. Regards, Andrew ___ lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
Virus Alert
The mail message (file: data.zip) you sent to [EMAIL PROTECTED] contains a virus. (on stwh-webwasher) ___ lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
Re: HELP LIST-MAINTAINERS Subscription problems
Am Sonntag, 2. Mai 2004 23:47 schrieb Andrew Longland-Meech: > Hello, > > Today I retrieved my emails for the first time in nearly two weeks to > find several emails telling me my subscription to lilypond-user had been > suspended due to too many bounces. > > I followed the link to the confirmation page to clear this, but the > confirmation code was not recognised so I to re-submitted my > subscription as directed. > > But all I got was an email saying I was already subscribed and somebody > may be fraudulently trying to discover the list's membership! > > So currently, I'm not receiving any digests from the list even though I > appear to be subscribed. Please can somebody help. As I got your mail over the list, you are subscribed. But I really can't tell you why you can't recieve the lists mails... > Regards, > > Andrew Regards Jan -- OpenPGP public key available: http://home.arcor.de/jan.kohnert/gnupg_publickey.asc Key-Fingerprint: BA8E 11D1 FE7C 9353 7276 5375 486E 9BED 2B03 DF29 ___ lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
Re: A few minor patches
David Brandon <[EMAIL PROTECTED]> writes: > FYI, this update caused this for me: > > performance.cc: In member function `void > Performance::add_element(Audio_element*)': > performance.cc:155: error: 'class Audio_column' has no member named ' > performance_' > > I had to put performance_ back in Audio_column to get it to work. > > David > > On May 2, 2004, at 5:19 PM, Han-Wen Nienhuys wrote: > >> [EMAIL PROTECTED] writes: >>> A couple of minor patches I am bundling together because they are too >>> trivial to include one at a time: >>> >>> First, getting rid of a few unused functions and variables: >> >> Thanks for your patches. I've but them in, but could you add ChangeLog >> entries for the next patch? Thanks! It appears I left out the follownig bit: Index: performance.cc === RCS file: /cvsroot/lilypond/lilypond/lily/performance.cc,v retrieving revision 1.44 diff -u -p -r1.44 performance.cc --- performance.cc 27 Apr 2004 16:23:29 - 1.44 +++ performance.cc 3 May 2004 02:06:52 - @@ -150,10 +150,6 @@ Performance::add_element (Audio_element { audio_staffs_.push (s); } - else if (Audio_column *c = dynamic_cast (p)) -{ - c->performance_ = this; -} audio_elem_p_list_ = new Killing_cons (p, audio_elem_p_list_); } -- Michael Welsh Duggan ([EMAIL PROTECTED]) ___ lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user