Re: I need support :)

2003-10-08 Thread neuro
In MS Windows, default the abc.ly file evoke the Cygwin bash; unfortunately it dosen't work that way, at least it's lilypond abc.ly . I would rather it open in an editor - I prefer UltraEdit. Modiry Windows Explorer / Tool / Option / File type, make the .LY (add one if there is no .LY ) associa

RE: I need support :)

2003-10-08 Thread Bertalan Fodor
LilyPond runs on CygWin, which is a Linux-like environment on Windows. Many programs that come from Linux-world can be run on this environment, LilyPond is one of them. > and says "bash-2.05b$" How do you start it? (Actually cygwin should be started with c:\cygwin\cygwin.bat or bash --login) If yo

Re: I need support :)

2003-10-08 Thread Aaron
Welcome to linux. your just got a command prompt. Before you go into shock I would suggest reading the docs. I also came from a windows background and while it took me a bit of time to 'catch on' it was more than worth it. This group is also an above average resource for newbies. Aaron On Thu,

I need support :)

2003-10-08 Thread + victoria +
Hello!  To whom it may concern: I've downloaded/installed LilyPond for my Windows XP, but when I run the program, a window that looks like MS Dos comes up and says "bash-2.05b$" Is this supposed to happen?  Pleas let me know what I can do to get it working :) Thanks, Victoria † ---rejoice evermore-

Re: multiple markups when combining voices on single staff

2003-10-08 Thread Graham Percival
On Mon, 06 Oct 2003 13:05:04 +0200 Mats Bengtsson <[EMAIL PROTECTED]> wrote: > For dynamic markings, it may be more convenient to define them > separately from the music, so you can choose when to include them: > dynamicsA = \notes{ s1 \f \skip 1*10 s1 \pp ...} How do you handle collisions when yo

Re: rehearsal marks conflict with bar numbers

2003-10-08 Thread Graham Percival
On Mon, 06 Oct 2003 01:40:46 -0700 Paul Scott <[EMAIL PROTECTED]> wrote: > Graham Percival wrote: > >\translator{ \ScoreContext RehearsalMark \override #'padding = #1.5 } > > > >That's if you stick it in the \paper{} section. You need to change it > >if you want to do that within the \notes{} sect

Re: turn off accidental cancellation

2003-10-08 Thread Rune Zedeler
Steve Grazzini wrote: By default Lily provides the cancellation -- so this e-flat gets a natural (to cancel the e-sharp in the signature) and then the flat. \key fis \major ees Is there a property that controls this behavior? Yes. Reading the documentation of the accidental engraver: http://lil

Re: turn off accidental cancellation

2003-10-08 Thread Steve Grazzini
Thanks for the reply --> On Wed, Oct 08, 2003 at 10:24:01PM +0200, Mats Bengtsson wrote: > http://lilypond.org/doc/v2.0/input/regression/out-www/collated-files.html#accidentals.ly This example actually shows the default behavior I mentioned, but doesn't show how to modify it. In the second-to-la

relative question

2003-10-08 Thread Aaron
sorry about the previous post with the weird subject,(a mixup with my email client) I am reposting with my original subject. Aaron Hi all, I rememeber reading about a change to \relative. I opened the news section of the docs and this is what I saw. I just can't make heads or tails out of it,

[Fwd: Returned mail: see transcript for details]

2003-10-08 Thread Aaron
Hi all, I rememeber reading about a change to \relative. I opened the news section of the docs and this is what I saw. I just can't make heads or tails out of it, could someone explain this for me?? Also if this is a new way of using \relative it seems that the old way is still in the docs -

Re: turn off accidental cancellation

2003-10-08 Thread Mats Bengtsson
See http://lilypond.org/doc/v2.0/Documentation/user/out-www/lilypond/Using-the-predefined-accidental-variables.html#Using%20the%20predefined%20accidental%20variables and http://lilypond.org/doc/v2.0/input/regression/out-www/collated-files.html#accidentals.ly Mats Steve Grazzini wrote: By default

turn off accidental cancellation

2003-10-08 Thread Steve Grazzini
By default Lily provides the cancellation -- so this e-flat gets a natural (to cancel the e-sharp in the signature) and then the flat. \key fis \major ees Is there a property that controls this behavior? Thanks -- Steve ___ Lilypond-user mailin

Repeated sections and key signatures

2003-10-08 Thread Walter Hofmeister
Hello all, I am a newbie to Lilypond but so far have been having fun learning to engrave music with it. I have searched the archive for this problem and have not found an answer to it. Sorry if it has been covered. The problem occurs when notating a melody that has repeated sections. This p

Re: Help with fonts

2003-10-08 Thread Robert de Vries
On Wednesday 08 October 2003 17:23, Mats Bengtsson wrote: > There's something strange with the feta13.pfa that's embedded in the > your Postscript file. Unfortunately, I'm not fluent enough in Postscript > to realize what the problem is. You mentioned in your first email that > you had installed th

Re: (Artificial) harmonics

2003-10-08 Thread Mats Bengtsson
Maarten Boasson wrote: I am newcomer to Lilypond, and I like what I see - which to date is only very little. Almost immediately I ran into a problem: artificial harmonics (cello music; the problem is the same for all string instruments, of course). The solution to that problem came through interact

Re: Help with fonts

2003-10-08 Thread Mats Bengtsson
There's something strange with the feta13.pfa that's embedded in the your Postscript file. Unfortunately, I'm not fluent enough in Postscript to realize what the problem is. You mentioned in your first email that you had installed the "2.0.1 redhat version as made available from the download page".

Re: Help with fonts

2003-10-08 Thread Robert de Vries
On Wednesday 08 October 2003 15:21, Mats Bengtsson wrote: > Everything looks just normal. Acroread 5.0 on Linux should work > fine, but maybe you should send (as attachments or refering to a > WWW page) a small example file (preferably including both the .ly, > the .ps and .pdf) so we could check.

Re: (Artificial) harmonics

2003-10-08 Thread Mats Bengtsson
The syntax isn't much of a problem. You could define your own command: nh = \notes {\once \property Thread.NoteHead \set #'style = #'harmonic } and use it like '\nh c4'. Also for the artificial harmonic it can be done, but you would have to do a Scheme function since it has to calculate the positi

Re: Help with fonts

2003-10-08 Thread Mats Bengtsson
Everything looks just normal. Acroread 5.0 on Linux should work fine, but maybe you should send (as attachments or refering to a WWW page) a small example file (preferably including both the .ly, the .ps and .pdf) so we could check. Also, describe exactly the command you use to produce the file.

Re: Help with fonts

2003-10-08 Thread Robert de Vries
On Wednesday 08 October 2003 14:02, Mats Bengtsson wrote: > It would be interesting to see the lines printed out by dvips. > On my machine, it says something like > > This is dvips(k) 5.92b Copyright 2002 Radical Eye Software > (www.radicaleye.com) > ' TeX output 2003.10.07:1249' -> a.ps > <0ef0af

Re: It doesn't work...

2003-10-08 Thread Mats Bengtsson
It seems that you Lilypond wasn't installed for some reason, just the default Cygwin system. Try again to run the setup.exe program and follow the instructions of http://lilypond.org/web/download/windows.html very carefully (it won't take that long the second time since it will realize what has alr

RE: It doesn't work...

2003-10-08 Thread Bertalan Fodor
How do you open the window "BASH"? When you install cygwin it creates an icon on the desktop, and maybe some other place. Do you run it with that shortcut? Bert ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lil

It doesn't work...

2003-10-08 Thread Jean-Yves Gantois
Hello,   I have installed Lilypond on my computer (Windows 98). In the window "BASH", when I write 'lilypond test.ly', the answer is "BASH: lilypond: command not found".   Thank you for your help.   Jean-Yves Gantois Belgium ___ Lilypond-user mailing

RE: Very long hyphens in lyrics

2003-10-08 Thread Bertalan Fodor
IMHO LilyPond's lyrics engraving is not very good at all. This kind of lyric hyphen is by design - but I don't understand why.. I think currently using "no- stri dam- ni cau- sa" gives better results (and that kind of hyphenation is more common). Bert __

Re: Very long hyphens in lyrics

2003-10-08 Thread Mats Bengtsson
One common way to typeset this is to use an extender line, as you have done after cau-sa. It shouldn't be hard to implement support for this alternative layout, for example adding a property to LyricHyphen or LyricExtender. We already have support for dashed lines in several other contexts. Mats

Re: Help with fonts

2003-10-08 Thread Mats Bengtsson
Robert de Vries wrote: On Wednesday 08 October 2003 11:16, Mats Bengtsson wrote: The .map file is probably OK, but the critical thing is that the feta*.pfa files really belong to your current LilyPond version. What does grep CreationDate `kpsewhich feta20.pfa` return? %%CreationDate: Mon Sep 29

Re: Help with fonts

2003-10-08 Thread Robert de Vries
On Wednesday 08 October 2003 11:16, Mats Bengtsson wrote: > The .map file is probably OK, but the critical thing is that the > feta*.pfa files really belong to your current LilyPond version. > > What does > grep CreationDate `kpsewhich feta20.pfa` > return? %%CreationDate: Mon Sep 29 03:59:26 2003

Re: configure warning for 2.0 build

2003-10-08 Thread Patrick Atamaniuk
Hello, kpathsea.h (on FreeBSD) redefines getopt() in an incompatible manner. you may ignore this warning, i compiled lilypond successfully ignoring that. However if you define -D__GNU_LIBRARY__ within CFLAGS, kpathsea.h will define getopt() correctly. Have a look at http://www.foo42.de/devel/lil

Very long hyphens in lyrics

2003-10-08 Thread Erik Sandberg
Hi, I'm typesetting a piece where the first syllable "dam" of one word "dam - ni" is ornamented for 3 bars. I am no expert in vocal music notation, but all my sources notate this by using a sequence of short hyphens ("dam - - - - - ni" like LyrB below) instead of one very long hyphen ("dam

Re: Help with fonts

2003-10-08 Thread Mats Bengtsson
The .map file is probably OK, but the critical thing is that the feta*.pfa files really belong to your current LilyPond version. What does grep CreationDate `kpsewhich feta20.pfa` return? The flag -u -lilypond.map tells dvips to use the scalable fonts *.pfa instead of bitmap fonts *.*pk in the Post

Re: trouble with LaTeX package "doublespace"

2003-10-08 Thread Mats Bengtsson
Weird! However, I followed the advice in the CTAN catalogue entry for doublespace: "Defines the spacing environment which you can use anywhere in your document. This package is superseded by setspace." and tried the setspace package instead, which seems to work well. Mats Joshua Haberman wro

Re: Problem with conversion: bug?

2003-10-08 Thread Jan Nieuwenhuizen
Larry Gilbert writes: > I noticed this, too. Please try again using convert-ly from CVS. If you have problems, post a small example. The example 1.8.2 source that Thorkil posted had several problems: slurs ending on rests and barchecks between a note and the slur command. Jan. -- Jan Nieuwen

Re: [lilypond] Re: [inbox] Re: Runtime problem with 2.0.1

2003-10-08 Thread Jan Nieuwenhuizen
Carter Brey writes: > /version "1.6.5" Use \version > but 2.0.1 choked on the resulting .ly files anyway. Please post a small example of the problem. > As you say, it may be that convert-ly is buggy. There are already fixes in CVS, but I feel reluctant to make a new release only for a fix in