Re: PS output looks like junk

2002-10-10 Thread Colin Cotter
The final chapter of this slightly wierd story is that I just upgraded to RedHat 8.0 and now my lilypond PS output looks great on Ghostview. I can only guess that there was something wrong with the way I installed Ghostview, but it doesn't matter any more! Colin _

Re: chord symbols

2002-10-10 Thread Colin Cotter
> quick & dirty hack: goto font.scm, and replace cmr by cmss everywhere. Ok, I did that - but I'm not quite sure how all of this works. Do I need to recompile now or should it work straight away? -C ___ Lilypond-user mailing list [EMAIL PROTECTED] h

Re: PS output looks like junk

2002-10-04 Thread Colin Cotter
I had a quick look at texconfig but wasn't sure what to do - which options do I select? C > Are you using tetex, and is it configured to output PS higher than > 300dpi??? That could be an explanation as to why the notes output dotty. > . . . > > You can change this configuration using the texco

Re: ps output looks like junk

2002-10-03 Thread Colin Cotter
> I it looks fuzzy, it's just since you used the standard > bitmapped fonts. To get nice fonts in the PDF file, use > ly2dvi -p file.dvi No, it just looks completely wrong. > (assuming that you have Lilypond 1.6.x and that you > built the Type1 fonts if you compiled the program yourself). I used

Re: ps output looks like junk

2002-10-03 Thread Colin Cotter
> Does the PDF file look wrong both in ghostview and Acrobat > or only with ghostview? Both. -C ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

RE: editing chord names (was ps file looks like junk)

2002-10-03 Thread Colin Cotter
> The extra space in the chord name can be fixed with a simple edit of > chord-names.scm. On line 326: > > tonic-text except-text " " sep-text > > remove the space so it looks like this: > > tonic-text except-text "" sep-text > > I submitted this change a patch and think it will be in

Re: ps output looks like junk

2002-10-01 Thread Colin Cotter
> Did you check the PDF version of your PS file that I did, > to see if it looks OK? The staves and the clefs look right but the note heads and chord names come out as a dotty mess. > Have you tried printing the file to a printer? That comes out fine, strangely. I can't figure this out at all -

Re: ps output looks like junk

2002-10-01 Thread Colin Cotter
> How have you looked at the PS file? Did you try to print > it out or have you used Ghostview. What version of > ghostscript do you use (gs -version)? I used Ghostview. Here is the output of gs -version GNU Ghostscript 6.52 (2001-10-20) Copyright (C) 2001 artofcode LLC, Benicia, CA. All rights r

Re: ps output looks like junk

2002-10-01 Thread Colin Cotter
> Do you see the same problems if you run > ly2dvi -P on some small .ly file? OK, I attach an .ly file and its associated .ps and .dvi The .ps looks like lots of messy blobs to me. How does it come out for you? Colin oldmrs.ps Description: PostScript document oldmrs.dvi Description

Re: ps output looks like junk

2002-09-27 Thread Colin Cotter
> The attached postscript looks fine to me. That's very wierd - when I view it with gv it looks like a whole bunch of wierd characters. Perhaps there is something wrong with gv and not dvips? Colin ___ Lilypond-user mailing list [EMAIL PROTECTED] ht

Re: ps output looks like junk

2002-09-27 Thread Colin Cotter
> I hope you did a typing error when you wrote the > version number. Anyway, there should be a nice > RPM for the latest stable Lilypond version > (1.6.4) at www.lilypond.org. Try that instead. OK. > Just curious: What do the following commands return? > kpsewhich feta20.pk /var/lib/texmf/pk/lj

Re: ps output looks like junk

2002-09-27 Thread Colin Cotter
I installed from lilypond-1.1.57-1.i386.rpm on RedHat-7.3 Colin > Read the section on "Font Problems" in the installation > instructions. > Did you compile it yourself or did you install a > binary package? What platform do you use? > >/Mats > > > Hi, > > I have a problem with my dvips out

Re: ps output looks like junk

2002-09-27 Thread Colin Cotter
> I think you have upgraded your lilypond and forget to delete the old > fonts cached... Not sure this is true because I have just installed it on a new machine. Colin ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/list

ps output looks like junk

2002-09-27 Thread Colin Cotter
Hi, I have a problem with my dvips output. My xdvi file looks fine, but I get dvips: Checksum mismatch in font feta16 dvips: Checksum mismatch in font feta11 dvips: Checksum mismatch in font feta-nummer8 dvips: Checksum mismatch in font feta-nummer6 when I try to dvips and the result is a bizarre

chord symbols

2002-09-20 Thread Colin Cotter
Hi, I would like to fine tune the chord symbols on my lilypond output. How do I change to a sans-serif font? also How do I reduce the vertical spacing between the chord symbols and the stave? Thanks, Colin ___ Lilypond-user mailing list [EMAIL PR

Re: Problems with lilypond-book

2002-09-09 Thread Colin Cotter
I'm a little confused - I do have a \paper command in my ly file. Can you explain what the format is? Colin > Colin Cotter <[EMAIL PROTECTED]> writes: > > > I have reposted my question with the source attached. I hope that you can > > spot what I am doing wro

Problems with lilypond-book

2002-09-08 Thread Colin Cotter
Hello, I have reposted my question with the source attached. I hope that you can spot what I am doing wrong! I am having a problem with lilypond-book. I use the command lilypond-book gloworms-book.tex followed by latex gloworms-book.latex I am including some lilypond music by using \lilypondfi

splitting .ly files into chunks

2002-06-13 Thread Colin Cotter
Hello ladies and gentlemen, I am using lilypond as a composing tool -I tend to think in terms of manuscript so it is quicker to type stuff in than use sequencer software. My question is this: I am writing a piano piece with multiple parts which I am including into the main body of the .ly file

Re: lilypond emacs mode

2002-05-23 Thread Colin Cotter
I upgraded to 1.14.13 but still have the same problem. Does the RPM put the .el files into the site-lisp directory? > > Which Lilypond version do you use? > > In Lilypond 1.4.12, this file was unfortunately missing > > in the distribution, so if you have 1.4.12, the best > > solution is to upgr

Re: lilypond emacs mode

2002-05-23 Thread Colin Cotter
> Which Lilypond version do you use? > In Lilypond 1.4.12, this file was unfortunately missing > in the distribution, so if you have 1.4.12, the best > solution is to upgrade to 1.4.13 or to get the file > lilypond-indent.el from the 1.4.13 source code distribution > and install it at the same lo

lilypond emacs mode

2002-05-23 Thread Colin Cotter
Hi, Does anybody have any tips on getting the emacs mode working? I currently get: file mode specification error: (file-error "Cannot open load file" "lilypond-indent") Colin ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailm

problem getting MIDI output from lilypond

2002-04-29 Thread Colin Cotter
hosen -m to suppress the .tex output) but I get no messages talking about MIDI and no .midi files are created. Have I typed something wrong, or do I need additional software to use MIDI with lilypond? Thanks in advance, Colin Cotter ___ Lilypond-user ma