problem when installing in fc3

2005-05-08 Thread pierre-étienne
Hello and thank you for what you have done for musicians when creating 
LilyPond 
I used to work with LilyPond for a while in Windows, but decided to change my 
O.S. to work in fedora core3. When I installed LilyPond (and 
ec-fonts-mftraced) on fedora, I got the message that can be seen above. I 
tried to reinstall a few times and it did work, and I converted all my files 
to the new version of LilPond. But I had to reinstall fc3 and after trying to 
reinstall over and over LilyPond, I always have this message when processing 
test.ly :
GNU LilyPond 2.4.6
Processing `test.ly'
Analyse...
Interprétation en cours de la musique...[1]
Pré-traitement des éléments graphiques...
Calcul des bris de lignes... [2]
Layout output to `test.tex'...
Converting to `test.dvi'...
Error invoking `latex \\nonstopmode \\input test.tex > /dev/null 2>&1 '. 
Return value 256
Converting to `test.ps'...
Error invoking `dvips  -t "a4"   -u+ec-mftrace.map -u+lilypond.map -Ppdf test 
> /dev/null 2>&1 '. Return value 256
Conversion à « test.pdf »...Error invoking `ps2pdf  -sPAPERSIZE="a4" test.ps 
> /dev/null 2>&1 '. Return value 256

Can anybody help me please ?
Pierre-Étienne Nataf


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: problem when installing in fc3

2005-05-08 Thread David Bobroff
On Sun, 2005-05-08 at 11:33 +0200, pierre-Ãtienne wrote:
> Hello and thank you for what you have done for musicians when creating 
> LilyPond 
> I used to work with LilyPond for a while in Windows, but decided to change my 
> O.S. to work in fedora core3. When I installed LilyPond (and 
> ec-fonts-mftraced) on fedora, I got the message that can be seen above. I 
> tried to reinstall a few times and it did work, and I converted all my files 
> to the new version of LilPond. But I had to reinstall fc3 and after trying to 
> reinstall over and over LilyPond, I always have this message when processing 
> test.ly :
> GNU LilyPond 2.4.6
> Processing `test.ly'
> Analyse...
> InterprÃtation en cours de la musique...[1]
> PrÃ-traitement des ÃlÃments graphiques...
> Calcul des bris de lignes... [2]
> Layout output to `test.tex'...
> Converting to `test.dvi'...
> Error invoking `latex \\nonstopmode \\input test.tex > /dev/null 2>&1 '. 
> Return value 256
> Converting to `test.ps'...
> Error invoking `dvips  -t "a4"   -u+ec-mftrace.map -u+lilypond.map -Ppdf test 
> > /dev/null 2>&1 '. Return value 256
> Conversion à  test.pdf Â...Error invoking `ps2pdf  -sPAPERSIZE="a4" 
> test.ps 
> > /dev/null 2>&1 '. Return value 256
> 
> Can anybody help me please ?
> Pierre-Ãtienne Nataf

I'm not sure, but I would guess that you have not installed a recent
enough ghostscript.  The one with FC-3 won't work.  You can get the
update here:

http://lilypond.org/download/binaries/Fedora-3/ghostscript-8.15rc3-0.i386.rpm 

Han-Wen packaged this for Fedora.  Check the News section at
lilypond.org about this package.  It will probably need to be installed
with -nodeps and it will probably break gimp-print but it will let you
use LilyPond.

-David



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: multiple tempi

2005-05-08 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] wrote:
hello list.
I am new to lilypond, and cant really use it well yet.  I have used 
other software in the past, but recently I have not found them to be 
flexible enough for what I wish to create.  I am composing music with 
multiple simultaneous tempi, which is to be played by musicians with a 
click track. I would like to produce scores using musical notation 
software, but have not yet found one which makes this possible.  before 
I get into learning lilypond, I would like to inquire as to whether it 
would be possible to create scores using it which have multiple 
simultaneous tempi.
This should be possible, eg.
 <<
 \baseTempoTrack
 \compressmusic #'(48 60) \slowerTempoTrack
 >>
will set the \slowerTempoTrack 48/60th slower than baseTempoTrack.
--
 Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: problem when installing in fc3

2005-05-08 Thread Mats Bengtsson
Search the mailing list archives, you will probably find some
useful answers there. However, you will get a much more informative
log message from LilyPond if you run it with
lilyond --verbose test.ly

  /Mats

Quoting pierre-étienne <[EMAIL PROTECTED]>:

> Hello and thank you for what you have done for musicians when creating
> LilyPond
> I used to work with LilyPond for a while in Windows, but decided to change my
> O.S. to work in fedora core3. When I installed LilyPond (and
> ec-fonts-mftraced) on fedora, I got the message that can be seen above. I
> tried to reinstall a few times and it did work, and I converted all my files
> to the new version of LilPond. But I had to reinstall fc3 and after trying to
> reinstall over and over LilyPond, I always have this message when processing
> test.ly :
> GNU LilyPond 2.4.6
> Processing `test.ly'
> Analyse...
> Interprétation en cours de la musique...[1]
> Pré-traitement des éléments graphiques...
> Calcul des bris de lignes... [2]
> Layout output to `test.tex'...
> Converting to `test.dvi'...
> Error invoking `latex \\nonstopmode \\input test.tex > /dev/null 2>&1 '.
> Return value 256
> Converting to `test.ps'...
> Error invoking `dvips  -t "a4"   -u+ec-mftrace.map -u+lilypond.map -Ppdf test
> > /dev/null 2>&1 '. Return value 256
> Conversion à « test.pdf »...Error invoking `ps2pdf  -sPAPERSIZE="a4" test.ps
> > /dev/null 2>&1 '. Return value 256
>
> Can anybody help me please ?
> Pierre-Étienne Nataf
>
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Making staff lines invisible

2005-05-08 Thread Sebastiano Vigna
I've digged for a long time in the docs, and I'm not able to find an
answer. How can I typeset a staff *without* the lines? I want just notes
& rests to appear... I couldn't find out the engraver which is
responsible for writing down the lines.
-- 
Ciao,

seba



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: multiple tempi

2005-05-08 Thread Bernard Hurley
Yes this is can be done. See section 8.5.1 Polymetric notation of the
ver 2.5 manual for some simple examples

/Bernard

James wrote:
> hello list.
> 
> I am new to lilypond, and cant really use it well yet.  I have used other 
> software in the past, but recently I have not found them to be flexible 
> enough for what I wish to create.  I am composing music with multiple 
> simultaneous tempi, which is to be played by musicians with a click track. 
> I would like to produce scores using musical notation software, but have 
> not yet found one which makes this possible.  before I get into learning 
> lilypond, I would like to inquire as to whether it would be possible to 
> create scores using it which have multiple simultaneous tempi.
> 
> thanks for your help
> 
> James



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Making staff lines invisible

2005-05-08 Thread Mats Bengtsson
It's not so hard to find from the manual. The section called "Staff symbol"
has a link to the reference manual for the layout object "StaffSymbol",
which in turn includes a link to the relevant engraver.

There's also an example in the Regression Tests document (in spite of
its name, this document, together with the Tips and Tricks document
is an invaluable source of examples also for users like you and me).

   /Mats

Quoting Sebastiano Vigna <[EMAIL PROTECTED]>:

> I've digged for a long time in the docs, and I'm not able to find an
> answer. How can I typeset a staff *without* the lines? I want just notes
> & rests to appear... I couldn't find out the engraver which is
> responsible for writing down the lines.
> --
> Ciao,
>
> seba
>
>
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Strange rest dots behaviour - bug?

2005-05-08 Thread Thomas Scharkowski
Hello list,

sorry for the long example, but I could not shorten more.
In bar 9 and 10 of the attached example the rests in voice "Bass" are 
shifted, but the dots remain at the default position.
If I delete or shorten voice "Middle" the problem disappears.


This is a short extract of my code:


\version "2.4.3" % cygwin
\header {title ="Rest dot not shifted"}

Global = {
\time 6/8
\clef "G_8"
\key d \major
\override Staff.NoteCollision #'merge-differently-headed = ##t
\override Staff.NoteCollision #'merge-differently-dotted = ##t
}

Upper = \relative c' \context Voice = "Upper" 
{
\Global
\voiceOne
s2.*4
s2.*4   

a8( g) a a^\markup {\italic gliss.} \glissando b a~ |
a g( fis) e d cis |
4   |
2. |

a,,8 d e g fis b |
a g fis g fis e |
4   |
2. |

a4 a8 a a4 |

}

Bass =  \relative c \context Voice = "Bass"
{
\voiceTwo
s2.*4   
a4. r |
a4. r |
s2.
a4 a8 a4 a8 |

4. r |
a4. r4. | 
s2.
a4 a8 a4 a8 |

a4. r |
a r |
s2. |

a4 a8 a4 a8 | % When I delete this line the output is correct!  
}

Middle =\relative c' \context Voice = "Middle"
{
\voiceThree
\stemDown
\shiftOff
e4. s | 
s2.*3

s2.*48 

}

\score
{
<<
\Upper 
\\
\Bass
\\
\Middle
>>
\layout {}
}

\paper {}
Der folgende Teil dieser Nachricht enthält einen Anhang im
sogenannten Internet MIME Nachrichtenformat.
Wenn Sie Pegasus Mail oder ein beliebiges anderes MIME-kompatibles
Email-System verwenden, sollte Sie den Anhang mit Ihrem Email-System
speichern oder anzeigen können. Anderenfalls fragen Sie Ihren Administrator.

The following section of this message contains a file attachment
prepared for transmission using the Internet MIME message format.
If you are using Pegasus Mail, or any another MIME-compliant system,
you should be able to save it or view it from within your mailer.
If you cannot, please ask your system administrator for assistance.

    Datei Information/File information ---
 Datei/File:  testrest.pdf
 Datum/Date:  8 May 2005, 19:27
 Größe/Size:  19676 bytes.
 Typ/Type:Unbekannt


testrest.pdf
Description: Binary data
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Partial measures

2005-05-08 Thread Erik Sandberg
On Friday 06 May 2005 11.43, Georges Roux wrote:
> Erik Sandberg write :
> >You can try adding "\grace s8" directly after any event that is
> > incorrectly placed after the grace note.
> >
> >(e.g., {\global \grace {s8} s1} iso \global)
>
> Is that correct?

I think the extra \grace s8 in \global will be all you need. If it's not 
enough, you could try adding \grace s8 to other places as well.

(I think there are some typing mistakes in the code you sent, but I think you 
understood what I meant)

Erik

> global = {
> \clef "G_8"
> \time 2/4
> \partial4
> \grace s8
>   }
>
> upperVoice = \relative c''{
>   \grace a8\glissando c8 c8 \bar "||" %1
> }
>
> lowerVoice = \relative c'{
>   r4 \bar "||" %1
> }
>
> \score {
>   \context Staff="music" << \upperVoice \lowerVoice >>
> }
>
> Georges
>
>
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Strange rest dots behaviour - bug?

2005-05-08 Thread Erik Sandberg
On Sunday 08 May 2005 19.38, Thomas Scharkowski wrote:
> Hello list,
>
> sorry for the long example, but I could not shorten more.
> In bar 9 and 10 of the attached example the rests in voice "Bass" are
> shifted, but the dots remain at the default position.
> If I delete or shorten voice "Middle" the problem disappears.

Looks like a nasty bug. I tried it with a recent 2.5.x version as well as with 
2.4.2 and 2.4.6, and the problem doesn't appear there.

The next version 2.6 will soon be released, and the problem _might_ have been 
fixed there. If you upgrade to 2.6, please tell us again if anything similar 
ever occurs again.

Erik

(btw: the problem could be related to the ps->pdf generation process, I have 
seen displaced objects before. Could you check what the .ps or .dvi output 
look like? If they look good, a solution to your problem could be to download 
a newer or older version of ghostscript.)


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Strange rest dots behaviour - bug?

2005-05-08 Thread Thomas Scharkowski
Hi Erik,

I looked at "testrest.dvi" with MikTex Yap and get the same output.

Thomas
> On Sunday 08 May 2005 19.38, Thomas Scharkowski wrote:
> > Hello list,
> >
> > sorry for the long example, but I could not shorten more.
> > In bar 9 and 10 of the attached example the rests in voice "Bass"
> > are shifted, but the dots remain at the default position. If I
> > delete or shorten voice "Middle" the problem disappears.
> 
> Looks like a nasty bug. I tried it with a recent 2.5.x version as well
> as with 2.4.2 and 2.4.6, and the problem doesn't appear there.
> 
> The next version 2.6 will soon be released, and the problem _might_
> have been fixed there. If you upgrade to 2.6, please tell us again if
> anything similar ever occurs again.
> 
> Erik
> 
> (btw: the problem could be related to the ps->pdf generation process,
> I have seen displaced objects before. Could you check what the .ps or
> .dvi output look like? If they look good, a solution to your problem
> could be to download a newer or older version of ghostscript.)




___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Doc help: guitar fret numbers

2005-05-08 Thread Graham Percival
On 4-May-05, at 7:27 AM, David Raleigh Arnold wrote:
On Tuesday 03 May 2005 04:11 am, Graham Percival wrote:
Any guitar players here?
Could somebody supply me with a short example that demonstrates guitar
fret numbers,
It would be far more helpful to have string indications in the
manual, which are standard as a ring, but not standard as to the
content of the ring: (3) (Sol) (G).  The numbers are better for
beginners, but the letter is best for the accomplished player.  I've
Huh?  I don't understand -- but that doesn't really matter.  If you 
want to
see something in the manual, please send me a short example
that demonstrates whatever you think should be in the manual.

As for "guitar fret numbers"... how should I rephrase it?  "Guitar
position and barring indications" ?
Proposed text for inclusion in the manual:

This example demonstrates how to include guitar position and
barring indications.
\relative c {
  \clef "G_8"
  b16 d16 g16 b16 e16
  \textSpannerDown
  \override TextSpanner #'edge-text = #'("XII " . "")
  g16\startTextSpan
  b16 e16 g16 e16 b16 g16\stopTextSpan
  e16 b16 g16 d16
}

Cheers,
- Graham

___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


RE: mac osx emacs lilypond-mode

2005-05-08 Thread arjan.bos
Sean,

Did you put in your .emacs the code that links .ly files with lilypond-mode?
You can do this by adding:
;; lilypond
(autoload 'LilyPond-mode "lilypond-mode" "LilyPond Editing Mode" t)
(add-to-list 'auto-mode-alist '("\\.ly$" . LilyPond-mode))
(add-hook 'LilyPond-mode-hook (lambda () (turn-on-font-lock)))

Or, alternatively, you can use M-x load-library [ret] lilypond-mode 
to load lilypond mode. This makes the lilypond functions available to emacs. 
You then are able to switch on lilypond mode by M-x LilyPond-mode. Please be 
aware that these names are case-sensitive.

HTH,
Arjan

Btw [ot] When starting with Latex in emacs, please consider auctex as an 
enhanced latex-mode. It helps with a lot of small things, like placing the 
correct environment with begin and end, changing fonts and things like that.


-Oorspronkelijk bericht-
Van:Sean Reed [mailto:[EMAIL PROTECTED]
Verzonden:  zo 8-5-2005 1:22
Aan:Arjan Bos
CC: lilypond-user's list
Onderwerp:  Re: mac osx emacs lilypond-mode
hi arjan,

thanks for the response.
i still must be doing something wrong, or not understanding something.

i created an .emacs file and added-to-list 'load-path the directories 
/sw/etc/emacs21/site-start.d (where i have lilypond-init.el) and 
/sw/share/emacs21/site-lisp (where i have lilypond-mode.el, -indent.el, 
-font-lock.el etc.). having quit and restarted the program, i used C-h 
v load-path and saw that both directories were now indeed listed the 
load-paths.

but M-x gave me no option for loading any lilypond-mode.
is that not how you load it?
could it be a version discrepancy? (installed emacs 21.3.50 via fink 
today).

i am (pretty much) brand new (again) to emacs and went through the 
whole tutorial with C-h t today. even if the point-and-click doesn't 
work out, i would be interested in learning it a bit more, since i 
would consider using it for latex documents and eventually for CLM at 
some point again (which is where i used it bumbingly a couple of months 
5 years ago for the first time).

thanks again for any tips.

best,
sean


Sean Reed
Hamburg, Germany
Web: www.seanreed.de

On 07.05.2005, at 21:21, Arjan Bos wrote:

> To create a .emacs file, simply start editing one. For example by:
>  C-x C-f ~/.emacs
>
> If you do:
> C-h v load-path
> it will show you the path emacs searches when it looks for files. 
> There are bound to be a whole lot of directories in them. Just put 
> your files in one of them. Alternatively, if you want to add a 
> directory to the load-path, add the following to your .emacs file:
> (add-to-list 'load-path "/sw/share/emacs/site-lisp" t)
> Where /sw/share/emacs/site-lisp is the name of the directory you want 
> to add to the load-path.
>
> By the way, if you are new to emacs, it wouldn't do no harm to read 
> the tutorial which you can access via the 'help' menu, or via C-h t 
> (That is control-h t)
>
> I never could get point-and-click to work on Mac OS X 10.3.n, not even 
> when using X11 and xdvi and emacs via X11, so if it works for you I'd 
> be delighted to know.
>
> Hope this helps,
>
> Arjan Bos
>
> On 7 mei 2005, at 18:26, Sean Reed wrote:
>
>> might anyone have any hints on how to get the emacs lilypond-mode to 
>> work on macos 10.3.9?
>>
>> i have been using jEdit very happily up to now, but the 
>> point-and-click function doesn't seem to be compatible with the two 
>> versions i have (2.5.23 and 2.5.0). it returns a bean shell error 
>> when i try to "enable point-and-click" and selecting "view output 
>> dvi" gives me an empty jDvi viewer.
>>
>> the documentation for the new pdf hyperlink point-and-click addresses 
>> emacs and vim, so i thought i'd try emacs.
>>
>> the installation documentation for lilypond-mode in emacs doesn't 
>> refer specifically to macos 10.x and i can't figure out where to put 
>> the .el files. i can find no .emacs file, and no matter which 
>> combination of where i place the lilypond-init.el and other .el files 
>> into the various /site-start and /site-lips folders i've found, when 
>> i start emacs and perform an M-x, i am offered no option for 
>> lilypond-mode. (i assume this is the correct procedure, since i can 
>> successfully select latex-mode this way and it functions fine).
>>
>> i have made long attempts with the fink installation of emacs, 
>> XEmacs, enhanced carbon emacs, and emacs for aqua, but just ain't 
>> gettin' it.
>>
>> i have installed firefox and Xpdf, as the documentation instructs, 
>> and modified the xpdfrc and prefs.js files. all three of my PDF 
>> viewers successfully identify the hyperlinks (Xpdf, Preview, and 
>> Acrobat Reader), but clicking on them does nothing.
>>
>> thanks in advance for any clues.
>>
>> best,
>> sean
>>
>> 
>> Sean Reed
>> Hamburg, Germany
>> Web: www.seanreed.de
>>
>>
>>
>> ___
>> lilypond-user mailing list
>> lilypond-user@g