ld.so.1: lilypond: fatal: libguile.so.9: open failed: No such file or directory

2002-09-21 Thread Rodrigo
Hello again. Finally I could build my lilypond in solaris 8. But I couldn't run it successfully yet. I create an example file and tried to proccess it. Here is the output: bash-2.03$ ly2dvi -V example _INIT_UTS_ISA="sparc" GS_FONTPATH=".:/usr/local/teTeX/share/texmf/fonts/type1:/usr/local/teTeX/

RE: Loving

2002-09-21 Thread Veronica Flowers
Hey check out my site http://www.xrah.com ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Re: ld.so.1: lilypond: fatal: libguile.so.9: open failed: No such file or directory

2002-09-21 Thread Rodrigo
The error seems to be more basic. I can't even run lilypond ... bash-2.03$ lilypond --help ld.so.1: lilypond: fatal: libguile.so.9: open failed: No such file or directory Killed I reinstalled guile. No diference. bash-2.03$ guile --version Guile 1.4.1 Copyright (c) 1995, 1996, 1997, 2000, 2002 Fr

Re: ld.so.1: lilypond: fatal: libguile.so.9: open failed: No such file or directory

2002-09-21 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > The error seems to be more basic. I can't even run lilypond ... > bash-2.03$ lilypond --help > ld.so.1: lilypond: fatal: libguile.so.9: open failed: No such file or directory > Killed > > I reinstalled guile. No diference. > bash-2.03$ guile --version > Guile 1.4.1 > C

Re: Settings for a hymn book

2002-09-21 Thread Graham Percival
On Fri, 20 Sep 2002 06:06:27 -0600 "Oscar A. Valdez" <[EMAIL PROTECTED]> wrote: > El jue, 19-09-2002 a las 06:41, Mats Bengtsson escribió: > > ... This is exactly why I proposed the > > alternative solution to use lilypond-book instead, where > > you have full control over the layout. > > On the

Re: Grouping notes

2002-09-21 Thread Graham Percival
On Fri, 20 Sep 2002 11:10:13 + (CEST) Collin Rogowski <[EMAIL PROTECTED]> wrote: > It seems that I cannot use slurs to bind notes and rests. And second (which is I'm certain that it's possible to get around that somehow, although it might not be easy. (one idea is that you could use invisible

Re: "Firstpagefill?"

2002-09-21 Thread Graham Percival
On Wed, 18 Sep 2002 13:19:55 +0200 Olav <[EMAIL PROTECTED]> wrote: > Is there a way to strech the first page system (more space between > staves) so that it fits the paper? I can only think of one way, and it's ugly. *Really* ugly. But it worked for me once. :) For each instrument, define tw

Re: Settings for a hymn book

2002-09-21 Thread David Raleigh Arnold
On Sat, 21 Sep 2002 20:09:52 Graham Percival wrote: > On Fri, 20 Sep 2002 06:06:27 -0600 > "Oscar A. Valdez" <[EMAIL PROTECTED]> wrote: > > El jue, 19-09-2002 a las 06:41, Mats Bengtsson escribió: > > > ... This is exactly why I proposed the > > > alternative solution to use lilypond-book instead

font magnification for Easy Notation

2002-09-21 Thread Brian Fristensky
The Lilypond documentation gives the following example for getting the names of notes to print inside noteheads, using the Easy Notation Fonts: \score { \notes { c'2 e'4 f' | g'1 } \paper { \translator { \EasyNotation } } } The documentation goes on to say: Note that EasyNotation ove

flats and double flats on a RhythmicStaff

2002-09-21 Thread David Raleigh Arnold
How do I get a flat on a rhythmic staff? This is for harmonica, indicating bent notes. It makes a lot of sense as a way to indicate it, and some indication is necessary. (There are two g,'s, one can be bent and the other cannot.) \include "english.ly" \include "paper20.ly" \score { \context R

Re: font magnification for Easy Notation

2002-09-21 Thread Graham Percival
On Sat, 21 Sep 2002 18:28:32 -0500 Brian Fristensky <[EMAIL PROTECTED]> wrote: > The documentation goes on to say: > >Note that EasyNotation overrides a Score context. >You probably will want to print it with magnification >or a large font size to make it more readable. > > I have t

Re: flats and double flats on a RhythmicStaff

2002-09-21 Thread Rune Zedeler
David Raleigh Arnold wrote: > How do I get a flat on a rhythmic staff? \translator { \RhythmicStaffContext \consists Accidental_engraver } -Rune ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mail