Re: Lyrics alignment problem

2005-04-15 Thread Ferenc Wagner
riccardo orfei [EMAIL PROTECTED] writes: er... we were talking of a 2.4.5 not of a 2.5.x, didn't we? Yes. See http://tac.ki.iif.hu/lilypond.html, the announcement hasn't yet arrived to info-lilypond. Caveat: some characters in the PDF output look strange. The PS is fine, however. -- Feri.

Re: Lyrics alignment problem

2005-04-14 Thread Riccardo Orfei
Riccardo Orfei wrote: I am sure. Alas, the last famous words! I have been invited by Mats to send him my stuff, which I did, and the very next minute I found out what the problem was: I didn't remove the \new Lyrics after each \lyricsto clause, nullifying the effect of the grouping. Of, course,

Re: Lyrics alignment problem

2005-04-13 Thread Mats Bengtsson
Riccardo Orfei wrote: Are you sure? When I try the following example with LilyPond version 2.4.5, I get all the lyrics in a single line. /Mats I am sure. If it's not considered an abuse, I think I could post my .png version of the snippet. It sounds very strange. I just tried the

Re: Lyrics alignment problem

2005-04-12 Thread Riccardo Orfei
Are you sure? When I try the following example with LilyPond version 2.4.5, I get all the lyrics in a single line. /Mats I am sure. If it's not considered an abuse, I think I could post my .png version of the snippet. Unfortunately, I am running Lilypond 2.4.2, the Debian Woody version.

Re: Lyrics alignment problem

2005-04-12 Thread Paul Scott
Riccardo Orfei wrote: Are you sure? When I try the following example with LilyPond version 2.4.5, I get all the lyrics in a single line. /Mats I am sure. If it's not considered an abuse, I think I could post my .png version of the snippet. Unfortunately, I am running Lilypond 2.4.2, the

Re: Lyrics alignment problem

2005-04-12 Thread Helder Gomes da Silva
He has upgraded it to 2.4.5 just a couple of days ago. apt-get update apt-get install should do it. I'm using deb http://www.pedrokroeger.net/lilypond/ ./ in my sources.list configuration. With apt-cache show I can only see version 2.4.2 I'm having problems during installation, but I don't

Re: Lyrics alignment problem

2005-04-12 Thread Ferenc Wagner
Paul Scott [EMAIL PROTECTED] writes: Riccardo Orfei wrote: Unfortunately, I am running Lilypond 2.4.2, the Debian Woody version. That would be Ferenc Wagner's version, right? Can anybody tell me how to upgrade gracefully from this version to a newer one? He has upgraded it to 2.4.5 just

Re: Lyrics alignment problem

2005-04-12 Thread Paul Scott
Helder Gomes da Silva wrote: He has upgraded it to 2.4.5 just a couple of days ago. apt-get update apt-get install should do it. I'm using deb http://www.pedrokroeger.net/lilypond/ ./ in my sources.list configuration. With apt-cache show I can only see version 2.4.2 Use: deb

Re: Lyrics alignment problem

2005-04-12 Thread Paul Scott
Paul Scott wrote: Helder Gomes da Silva wrote: He has upgraded it to 2.4.5 just a couple of days ago. apt-get update apt-get install should do it. I'm using deb http://www.pedrokroeger.net/lilypond/ ./ in my sources.list configuration. With apt-cache show I can only see version 2.4.2 Use: deb

Re: Lyrics alignment problem

2005-04-12 Thread Paul Scott
Ferenc Wagner wrote: Paul Scott [EMAIL PROTECTED] writes: Riccardo Orfei wrote: Unfortunately, I am running Lilypond 2.4.2, the Debian Woody version. That would be Ferenc Wagner's version, right? Can anybody tell me how to upgrade gracefully from this version to a newer one?

Re: Lyrics alignment problem

2005-04-12 Thread Helder Gomes da Silva
Use: deb http://afavant.elte.hu/~wferi/debian woody main and apt-get install lilypond (not lilypond-snapshot) Thank you very much Can you tell-me if the mirror is down? I'm not able to retrieve the packages list with apt-get update I'm using debian sarge (testing) Helder

Re: Lyrics alignment problem

2005-04-12 Thread riccardo orfei
Ferenc Wagner wrote: Paul Scott [EMAIL PROTECTED] writes: Riccardo Orfei wrote: Unfortunately, I am running Lilypond 2.4.2, the Debian Woody version. That would be Ferenc Wagner's version, right? Can anybody tell me how to upgrade gracefully from this version to a newer one? He has

Re: Lyrics alignment problem

2005-04-12 Thread Ferenc Wagner
Helder Gomes da Silva [EMAIL PROTECTED] writes: Use: deb http://afavant.elte.hu/~wferi/debian woody main and apt-get install lilypond (not lilypond-snapshot) Thank you very much Can you tell-me if the mirror is down? It is not a mirror, but it is down and will stay down. I'm not

Re: Lyrics alignment problem

2005-04-12 Thread Ferenc Wagner
riccardo orfei [EMAIL PROTECTED] writes: Ferenc Wagner wrote: Paul Scott [EMAIL PROTECTED] writes: Riccardo Orfei wrote: Unfortunately, I am running Lilypond 2.4.2, the Debian Woody version. That would be Ferenc Wagner's version, right? Can anybody tell me how to upgrade gracefully

Re: Lyrics alignment problem

2005-04-12 Thread riccardo orfei
Ferenc Wagner wrote: riccardo orfei [EMAIL PROTECTED] writes: Ferenc Wagner wrote: Paul Scott [EMAIL PROTECTED] writes: Riccardo Orfei wrote: Unfortunately, I am running Lilypond 2.4.2, the Debian Woody version. That would be Ferenc Wagner's version, right?

Lyrics alignment problem

2005-04-11 Thread Riccardo Orfei
dear lilypond users, I am experiencing some trouble in writing lyrics in a song with repeats and alternatives. Here is a sample of what I get: the text of this simple song is being displayed on three lines. What am I supposed to do to have my text on a single line? Thank you for your kind

Re: Lyrics alignment problem

2005-04-11 Thread Mats Bengtsson
Keep all the lyrics within the same Lyrics context: \score { \new Staff { \repeat volta 2 { \context Voice = voice { \ } } \alternative { \context Voice = altI { \ } \context Voice = altII { \ } } } \new Lyrics \lyricsto voice \ly \lyricsto altI \ly \lyricsto altII \ly

Re: Lyrics alignment problem

2005-04-11 Thread Riccardo Orfei
Sorry, I tried it, but it doesn't still work. Any hint? Ric == Mats Bengtsson wrote: Keep all the lyrics within the same Lyrics context: \score { \new Staff { \repeat volta 2 { \context Voice = voice { \ } } \alternative { \context Voice = altI { \ } \context Voice = altII {

Re: Lyrics alignment problem

2005-04-11 Thread Mats Bengtsson
Are you sure? When I try the following example with LilyPond version 2.4.5, I get all the lyrics in a single line. /Mats \version 2.4.0 \include italiano.ly % tilde = ~ global = { \time 4/4 \key mib \major } % = \relative { do re mi fa } = \relative { sol' la si do } = \relative