Re: beams on melisma

2005-02-28 Thread Mats Bengtsson
I'm not sure I understand exactly what you mean. The way \lyricsto works in current LilyPond versions is that - slurs - ties - manually inserted beams are interpreted as melismas, by default. You can easily change this default setting, see for example

Compilation on FreeBSD

2005-02-28 Thread Zbyněk Burget
Hi, I try compile Lilypond 2.4.4 on my FreeBSD 5.3 During compilation process i get this error: ./out/lily-guile.o(.text+0x34d8]: In function `ly_gettext(scm_unused_strct*)`: /usr/home/.../lilypond-2.4.4/lily/lily-guile.cc:839: undefined reference to `gettext` this error occurs during g++ -o

Re: Cygwin install - test.ly not registered

2005-02-28 Thread Mats Bengtsson
First of all, rerun setup.exe once more and when you get to the installation page entitled Select Packages, make sure that the package lilypond is marked with 2.4.2-1 in the column Current, otherwise, click on the arrow circle until it says 2.4.2-1 under new so it installs correctly. You could

Re: Cygwin install - test.ly not registered

2005-02-28 Thread Bertalan Fodor
Rerun setup.exe and make sure that version 2.4.2-1 is selected. Bert ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: exploding a choirStaff

2005-02-28 Thread Mats Bengtsson
It's always very difficult to understand and find problems in an uncomplete section of code. You have much better chances to get relevant answers if you make a small but complete toy example that illustrates what you tried and want to do (also, every so often, you find the solution yourself during

Re: Compilation on FreeBSD

2005-02-28 Thread Mats Bengtsson
The configure script should check for gettext, are you sure that you didn't get any warning or error about that when you ran configure? /Mats Zbynk Burget wrote: Hi, I try compile Lilypond 2.4.4 on my FreeBSD 5.3 During compilation process i get this error: ./out/lily-guile.o(.text+0x34d8]: In

Re: Compilation on FreeBSD

2005-02-28 Thread Jan Nieuwenhuizen
Zbynk Burget writes: I try compile Lilypond 2.4.4 on my FreeBSD 5.3 During compilation process i get this error: I'm not a freebsd user, but should this bug not (also) be reported to freebsd/the ports maintainer? ./out/lily-guile.o(.text+0x34d8]: In function ly_gettext(scm_unused_strct*)`:

Re: MacOS X native packaged (was Re: lilypond install mac os x)

2005-02-28 Thread Libero Mureddu
Hi! In my impression lilypond.app should be like MacCsound (www.csounds.com/matt/MacCsound), Csound is a text environment for electronic music, it runs on a command line, but the version for mac provides a very simple text editor ready for syntax, correction of mistakes and some GUI elements

Re: beamlets over spacers

2005-02-28 Thread Yuval Harel
I don't have a global solution, but it's a lot shorter and cleaner if you use variables, like this: oneLBeam = {\set stemLeftBeamCount = #1 } oneRBeam = {\set stemRightBeamCount = #1 } { a16 [ \oneLBeam \oneRBeam r g] s a[ \oneRBeam g \oneRBeam \oneLBeam r g] } You can probably do it completely

Re: exploding a choirStaff

2005-02-28 Thread dax2
On Mon, 28 Feb 2005 10:28:34 +0100 Mats wrote: It's always very difficult to understand and find problems in an uncomplete section of code. True - as a reader I am amazed of the wealth of good advice, even when questions could be better formed. This particular answer is very enlightening,

Naturals on all notes

2005-02-28 Thread Mehmet Okonsar
Is it possible to have naturals on all notes non-altered? None of the accidental schemes seemed to me able to do that.. Thanks Best regards, Mehmet Okonsar, pianist-composer www.okonsar.com Open Source! First they ignore you, then they laugh at you, then they fight you, then you

Re: MacOS X native packaged (was Re: lilypond install mac os x)

2005-02-28 Thread Libero Mureddu
Il giorno 28/feb/05, alle 13:17, Mats Bengtsson ha scritto: Take a look at the text editor jedit, which has very good support for LilyPond, see http://www.lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond/ Editor-support.html Thanks, but I know and use jedit, my suggestion was about

Copy timing into other voice

2005-02-28 Thread Ferenc Wagner
Hi, The piece I'm typing has two parallel voices, that's to say it's a series of chords. However, I'd prefer to type it as two separate voices (typing chords is hard). How could I avoid typing the same rhythm twice? Basically, I'm looking for \lyricsto applied for notes. -- Thanks, Feri.

Re: Compilation on FreeBSD

2005-02-28 Thread Matt Jibson
Zbynk Burget wrote: I try compile Lilypond 2.4.4 on my FreeBSD 5.3 During compilation process i get this error: ./out/lily-guile.o(.text+0x34d8]: In function `ly_gettext(scm_unused_strct*)`: /usr/home/.../lilypond-2.4.4/lily/lily-guile.cc:839: undefined reference to `gettext` On the OpenBSD

Re: exploding a choirStaff

2005-02-28 Thread Michiel Lange
It was indeed silly of me to forget (not intentional) the lilypond version... I'm sorry for that... (it was 2.4.2 btw) Yet you did a great job, for it was indeed the thing I was looking for! Thanks for that! I am fairly new to Lilypond, using it for a few months yet, and trying to get the

Re: Compilation on FreeBSD

2005-02-28 Thread Chip
Matt Jibson wrote: Zbynk Burget wrote: I try compile Lilypond 2.4.4 on my FreeBSD 5.3 During compilation process i get this error: ./out/lily-guile.o(.text+0x34d8]: In function `ly_gettext(scm_unused_strct*)`: /usr/home/.../lilypond-2.4.4/lily/lily-guile.cc:839: undefined reference to `gettext`

Re: Compilation on FreeBSD

2005-02-28 Thread Edward Sanford Sutton
The following should hint you as to how to modify the Makefile in the ports directory. I haven't had time to try to push such changes into ports. The port maintainer has not responded to anything in a long time that I am aware of. The lilypond-devel port (2.3.2?) is currently broken due to

Markup font in LilyBook

2005-02-28 Thread J L
Hi, How can I get markup text in my Lily snippets in Lilypond Book? Dvips complains about the missing ecrm1000? font and says that it's leaving those symbols blank. In the resulting file, there is no text under the stave where I want it. I am running Lily2.4.2 on Cygwin. So, what is another

Re: Compilation on FreeBSD

2005-02-28 Thread Zbyněk Burget
Edward Sanford Sutton napsal(a): The following should hint you as to how to modify the Makefile in the ports directory. I haven't had time to try to push such changes into ports. The port maintainer has not responded to anything in a long time that I am aware of. The lilypond-devel port