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 t

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-

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 b

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 don

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, seb

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 b

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,

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: \

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 w

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"

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" > >

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, w

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