Re: compiling times?

2005-09-13 Thread stk
Han-Wen Nienhuys wrote: > > #(set-global-staff-sice 20) > it's size not sice. It's strange that you don't get anything in the > logfile, though. Windows-native users don't get any error messages in the logfile when a Scheme error occurs. -- Tom ___

Re: \char #

2005-09-13 Thread stk
Mehmet Okonsar wrote: > I wasn't able to get this working.. > \version "2.7.8" > \markup \huge { \override #'(font-name . "Toccata") \char #65 } > (under wXP) I think \char is busted, at least under Windows-native LP. This top-level command \markup { \char #65 } is OK with LilyPond, but g

Re: PDF Viewing / Updating a score

2005-09-13 Thread Trent J
Hi Bertalan, Thanks for your reply. Using the PDF file is not possible for updating since Lilypond deletes the old PDF before writing the new one which means closing the pdf before running lilypond. So viewing the postscript file is the way to go. As I said before gsview for some reason is unable

Re: midi2ly troubles

2005-09-13 Thread Jay Hamilton, Sound and Silence
Start menu to Run type cmd That gives you the command window from there you're on your own. Jay Rob Drew wrote: Hi there. Just wondering if you can give me a bit of advice on midi2ly. I have just installed lilypond for windows (not the cygwin version) and I'de like to try the midi2ly script/pr

midi2ly troubles

2005-09-13 Thread Rob Drew
Hi there. Just wondering if you can give me a bit of advice on midi2ly. I have just installed lilypond for windows (not the cygwin version) and I'de like to try the midi2ly script/program. My little bit of research so far has led me to believe that I need to install Python for windows which I know

RE: Release 2.6.3 for Fedora Core 4

2005-09-13 Thread Hermansdorfer, Mark
Thank you! That did the trick. Mark -Original Message- From: Han-Wen Nienhuys [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 4:54 AM To: Mats Bengtsson Cc: Hermansdorfer, Mark; lilypond-user@gnu.org Subject: Re: Release 2.6.3 for Fedora Core 4 Mats Bengtsson wrote: > I hop

Re: lilypond speed

2005-09-13 Thread Roman V. Isaev
On 09/12, Han-Wen Nienhuys wrote: > Roman V. Isaev wrote: > > > > Well, I have it both ways. It's slow if I use cygwin, it's slow > >if I run it from cmd.exe prompt or drag a .ly file on its icon. > That's not the question. My question is whether you're using the > "Native" 2.6 binary (availabl

RE: Emacs Lily extension

2005-09-13 Thread Pocentek Gauvain
Hi, An emacs extension for LilyPond exists, and is available in the sources. See http://lilypond.org/doc/v2.6/Documentation/topdocs/out-www/INSTALL.html, where everithing is explained. Gauvain --- Helgi Örn Helgason <[EMAIL PROTECTED]> a écrit : > I've been searching the net for hours looking

Re: Book creation

2005-09-13 Thread Jonathan Townes
RevRev. Gilbert,I found a link that may be of some use to you. It is a sight-singing book created with Lilypond and LaTex.http://www.lightandmatter.com/sight/sight.html-Jonathan TownesFrom: Gordon Gilbert <[EMAIL PROTECTED]>Date: September 5, 2005 6:36:26 PM EDTTo: lilypond-user@gnu.orgSubject: Boo

Re: PDF Viewing / Updating a score

2005-09-13 Thread Bertalan Fodor
Regarding PDF viewing, I'm trying to embed multivalent (www.sourceforge.net/projects/multivalent) into lily4jedit, but its developer just don't release his latest version, which I would need. Perhaps you should write some feature request or into the general discussion forums, to make him releas

Emacs Lily extension

2005-09-13 Thread Helgi Örn Helgason
I've been searching the net for hours looking for an Emacs Lilipond extension but with no results at all! Is there one around or are you folks using some other editor? I am also testing the JEdit editor with the Lilipond plugin on Mac OS X and Windows, an interesting tool but takes a lot of

Re: D7 Chord Symbols (and others ...)

2005-09-13 Thread Helgi Örn Helgason
On 13 sep 2005, at 18.50, Gordon Gilbert wrote: Hi Helgi! To make something like a D7 chord symbol, simply type d(note length if necessary:7 . The colon separates the note value that produces the chord from the additions made to it. It IS fairly well documented in the manual. So Em bec

Re: D7 Chord Symbols (and others ...)

2005-09-13 Thread Gordon Gilbert
Hi Helgi! To make something like a D7 chord symbol, simply type d(note length if necessary:7 . The colon separates the note value that produces the chord from the additions made to it. It IS fairly well documented in the manual. So Em becomes e:m, and an E minor seventh becomes e:m7. a di

Re: tieWaitForNote

2005-09-13 Thread Martin Bergande
Thank you for this information. I'll find another way to write down what I need and upgrade as soon as possible. Martin > --- Ursprüngliche Nachricht --- > Von: Mats Bengtsson <[EMAIL PROTECTED]> > An: Martin Bergande <[EMAIL PROTECTED]> > Kopie: Graham Percival <[EMAIL PROTECTED]>, lilypond-user

Re: PDF Viewing / Updating a score

2005-09-13 Thread VSD
I use lily4jedit (very recommendable lilypond companion in Windows imho), with its "view output (postscript)" command, wich converts the lily output to png and displays it with an internal viewer which refreshes automatically . You can't use point and click though. Unfortunately this seem

\char #

2005-09-13 Thread Mehmet Okonsar
I wasn't able to get this working.. -- \version "2.7.8" { \time 4/4 c'1_\markup \huge { \override #'(font-name . "Toccata") \char #65 } } --- (under wXP) Best Regards, Mehmet Okonsar, pianist-composer www.okonsar.com ___ lilypond-user mail

lines, with or without arrows anywhere

2005-09-13 Thread Mehmet Okonsar
What could be the easiest way to draw lines, with or without arrows anywhere on the page.. Best Regards, Mehmet Okonsar, pianist-composer www.okonsar.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypo

grace notes dimensions

2005-09-13 Thread andrea valle
Hi to all, I need to have grace notes (in particular, acciaccature) as big as normal notes. Could someone tell me how to do this? What property have I to change? (An example would be the best) Thanks a lot for your kindness -a- ___ lilypond-user

D7 chord symbol

2005-09-13 Thread Helgi Örn Helgason
Hello all! I can't find in the documentation any hint on how to write a major chord symbol like for example D7. Can someone tell me how this is done or point that out for me in the documentation? The d below is supposed to be a D7 in the output: } harmonies = \chordmode { r4 g5 d }

Re: Fw: PDF Viewing / Updating a score

2005-09-13 Thread Trent Johnston
Thanks Henry.. Obvisously that gsview has some problems... Has anyone else gotten gsview to work with the lilypond .ps output? Or does any one else use another postscript viewer in windows?? Trent - Original Message - From: "Henrik Frisk" <[EMAIL PROTECTED]> To: "Trent Johnston" <[EMA

Re: tieWaitForNote

2005-09-13 Thread Mats Bengtsson
According to the ChangeLog, this feature was introduced in version 2.4.5 so it isn't available in 2.4.4. /Mats Martin Bergande wrote: Thanks for replying. I'm not shure but I hope so since it is mentioned in the user manual of LilyPond documentation version 2.4.5. Cheers, Martin --- Urs

Re: Release 2.6.3 for Fedora Core 4

2005-09-13 Thread Han-Wen Nienhuys
Mats Bengtsson wrote: I hope you tried the Ghostscript RPM and other RPMs available at http://lilypond.org/web/install/. I don't use Fedora myself, but apparently it works well for several other people, to judge from the mailing list. actually, I myself nowadays take the ghostscript SRPM from

Re: Fw: PDF Viewing / Updating a score

2005-09-13 Thread Henrik Frisk
Trent Johnston <[EMAIL PROTECTED]> wrote: > Hello everyone, > > Firstly the required out the way: > > Platform: Windows XP > Lilypond Version: 2.7.8 > > > > I have been using the new version(s) of Lilypond for a while and I find the > us of PDF file a little annoying especially when fine

Re: tieWaitForNote

2005-09-13 Thread Martin Bergande
Thanks for replying. I'm not shure but I hope so since it is mentioned in the user manual of LilyPond documentation version 2.4.5. Cheers, Martin > --- Ursprüngliche Nachricht --- > Von: Graham Percival <[EMAIL PROTECTED]> > An: "Martin Bergande" <[EMAIL PROTECTED]> > Kopie: lilypond-user@gnu.or

Re: Release 2.6.3 for Fedora Core 4

2005-09-13 Thread Mats Bengtsson
I hope you tried the Ghostscript RPM and other RPMs available at http://lilypond.org/web/install/. I don't use Fedora myself, but apparently it works well for several other people, to judge from the mailing list. /Mats Hermansdorfer, Mark wrote: Hi, I think LilyPond is a great applicatio

Re: Debian Sarge, LilyPond 2.4.0, errors...

2005-09-13 Thread Mats Bengtsson
Also, read in the manual on how to use convert-ly. /Mats Graham Percival wrote: On 12-Sep-05, at 9:22 AM, Johan Witters wrote: After upgrading to Sarge and LilyPond 2.4.0, I get errors on this test.ly file: melody = \notes {c e g b} 2.4.0 no longer uses \notes. See the NEWS fi