Re: Web documentation automatic language

2006-12-17 Thread Mats Bengtsson
I noticed the same problem on the 2.10 documentation pages yesterday, where I got the french translation by default if I hadn't specified any default language in my browser Mozilla Firefox. Setting the "Prefered language" to include English solves the problem, but it's definitely a bug that the

Re: Lyrics in poly

2006-12-17 Thread Eduardo Vieira
Citando Ezequiel Sierra <[EMAIL PROTECTED]>: > here is the file > > I altered line 75 to this. Then you can do the rest as the pattern: << \context Voice = "melodia" { \voiceOne bes'4. bes8 4 } \context Voice = "alto" { \voiceTwo f4 f4 } >> \oneVoice As Mats pointed, if you use \voiceOne and \v

Re: tie different chord

2006-12-17 Thread Eduardo Vieira
Citando Ezequiel Sierra <[EMAIL PROTECTED]>: > ~ > in a f clef > > > > dosent work > On Dec 17, 2006, at 2:55 PM, Mats Bengtsson wrote: You need a *slur*, not a tie: ( ) Eduardo ___ Com o Click21 você tem sempre va

Re: Lyrics in poly

2006-12-17 Thread Eduardo Vieira
Citando Ezequiel Sierra <[EMAIL PROTECTED]>: > to be more specific > > << \context Voice = "melodia" { \voiceOne bes'4. bes8 4 g> } { \voiceTwo f4 f4 } >> \oneVoice > > i get all stems down of that staff why? > > You should to include \new Voice (or \new Voice = "something") , after \voiceTwo:

Re: Web documentation automatic language

2006-12-17 Thread Graham Percival
David Fedoruk wrote: I have been using the web documentation for lilypond 2.11 quite intensively the last few days. I've begun to get pages in French and a few in Spanish. This seems very odd. A quick check on lilypond-devel will reveal that we are putting in a new mechanism for translating t

Web documentation automatic language

2006-12-17 Thread David Fedoruk
Hello: I have been using the web documentation for lilypond 2.11 quite intensively the last few days. I've begun to get pages in French and a few in Spanish. This seems very odd. I did check my browsers configuration thinking it was the problem. I use Camino which is a Mozilla type browser for O

Re: No lyrics to polyphony

2006-12-17 Thread Ezequiel Sierra
to be more specific << \context Voice = "melodia" { \voiceOne bes'4. bes8 4 g> } { \voiceTwo f4 f4 } >> \oneVoice i get all stems down of that staff why? On Dec 17, 2006, at 5:04 PM, Mats Bengtsson wrote: See http://lists.gnu.org/archive/html/lilypond-user/2006-01/ msg00409.html (The exampl

Re: tie different chord

2006-12-17 Thread Ezequiel Sierra
~ in a f clef dosent work On Dec 17, 2006, at 2:55 PM, Mats Bengtsson wrote: Please give an example of what you want to do. Clearly, you can only tie a note head to another note head of the same pitch. By default, LilyPond will add a tie for each matching note of a chord, but it's also

Re: Lyrics in poly

2006-12-17 Thread Ezequiel Sierra
to be more specific << \context Voice = "melodia" { \voiceOne bes'4. bes8 4 g> } { \voiceTwo f4 f4 } >> \oneVoice i get all stems down of that staff why? On Dec 17, 2006, at 8:34 PM, Ezequiel Sierra wrote: here is the file <001.ly> as the second system has all the stems down it shouldn`t

Re: Lyrics in poly

2006-12-17 Thread Ezequiel Sierra
here is the file %** \version "2.10.2" %** numeroHimno = "1" tituloHimno = "¡Santo! ¡Santo! ¡Santo!" % \paper { oddHeaderMarkup = \markup { \bold \large \numeroHimno } prin

Re: Help with lyric contexts

2006-12-17 Thread Ezequiel Sierra
this dosent work \version "2.10.2" tope = \relative c' { \key ees \major \time 4/4 \new Voice = "melodia" { << { \stemUp bes'2 4 } \\ { \stemDown d ( f ) } >> } } versoUno = \lyricmode { \set stanza = "1. " ¡San4 -- to!4 ¡San4 -- to!4 } \score { << \context ChoirStaff << \new Staff = t

Re: marche unitonale

2006-12-17 Thread David Bobroff
yota moteuchi wrote: > How do I do with lilypond what it's called in french : "marche > unitonale" (that I can not translate in english) > > Which is the translation of a pattern, a chord, keeping the degrees as > well as the key > ex : > > \key c \major > > > become > > \key c \major > > > > fre

Re: Constructive Criticism and a Question

2006-12-17 Thread Graham Percival
Jonathan Henkelman wrote: In terms of making it easier, I don't know if it would be straight forward or not, but if the PDF version of the manual had chapter numbers in the table on contents that showed on the bookmark pane (to the left) it would make it much easier to bounce around and find on

Re: midi2ly error

2006-12-17 Thread Quentin Spencer
Quentin Spencer wrote: Han-Wen Nienhuys wrote: Quentin Spencer escreveu: Jan Nieuwenhuizen wrote: Johan Vromans <[EMAIL PROTECTED]> writes: It's also in Fedora Core 5. Klaas, if you need a wordk-around just email me. Workaround? Why isn't th

Re: midi2ly error

2006-12-17 Thread Quentin Spencer
Han-Wen Nienhuys wrote: Quentin Spencer escreveu: Jan Nieuwenhuizen wrote: Johan Vromans <[EMAIL PROTECTED]> writes: It's also in Fedora Core 5. Klaas, if you need a wordk-around just email me. Workaround? Why isn't this fixed in Fedora

marche unitonale

2006-12-17 Thread yota moteuchi
How do I do with lilypond what it's called in french : "marche unitonale" (that I can not translate in english) Which is the translation of a pattern, a chord, keeping the degrees as well as the key ex : \key c \major become \key c \major french readers would enjoy this wonderful example :

Re: midi2ly error

2006-12-17 Thread Han-Wen Nienhuys
Quentin Spencer escreveu: > Jan Nieuwenhuizen wrote: >> Johan Vromans <[EMAIL PROTECTED]> writes: >> >> >>> It's also in Fedora Core 5. >>> >> >> >>> Klaas, if you need a wordk-around just email me. >>> >> >> Workaround? Why isn't this fixed in Fedora? >> >> [Where is LilyPond's bug

Re: midi2ly error

2006-12-17 Thread Quentin Spencer
Jan Nieuwenhuizen wrote: Johan Vromans <[EMAIL PROTECTED]> writes: It's also in Fedora Core 5. Klaas, if you need a wordk-around just email me. Workaround? Why isn't this fixed in Fedora? [Where is LilyPond's bug page with Fedora, I cannot find the word Bug on http://fedor

beamlet length in grace

2006-12-17 Thread Bertalan Fodor
Hi, I have an aftergrace: \aftergrace c8 { d16 e8 } The beamlet for the d16 is too long, and I can't find a way to make it shorter. Could anyone help? Thanks, Bert ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/l

Re: No lyrics to polyphony

2006-12-17 Thread Mats Bengtsson
See http://lists.gnu.org/archive/html/lilypond-user/2006-01/msg00409.html (The example in the manual has been moved to the section on "Divisi lyrics"). /Mats Quoting Ezequiel Sierra <[EMAIL PROTECTED]>: i have something like \version "2.10.2" tope = \relative c' { \key ees \major \time 4/

Re: Lyrics in poly

2006-12-17 Thread Mats Bengtsson
I't much easier for us to realize exactly what you problem is (and for you to write the question) if you include a small example that illustrates the problem. The macros \voiceOne, \voiceTwo and \oneVoice themselves shouldn't really have anything to do with the problem. My guess is that you hav

Re: tie different chord

2006-12-17 Thread Mats Bengtsson
Please give an example of what you want to do. Clearly, you can only tie a note head to another note head of the same pitch. By default, LilyPond will add a tie for each matching note of a chord, but it's also possible to specify ties separately for each note in the chord, see the section on "T

Re: Tutorial

2006-12-17 Thread Mats Bengtsson
Quoting Gilles Sadowski <[EMAIL PROTECTED]>: Hi. It seems to be working now. Gilles suggestion (thanks, Gilles) worked fine but I couldn't substitute "title" and "composer" for "piece" and "opus". Eventually I wrote it thus: In a \score block, you can use only "piece" and "opus". ["title" a

Re: Help with lyric contexts

2006-12-17 Thread Tomas Valusek
Hello, you omitted << ... >> construct, since lyrics and voice have to be simultaneous. \score { << \new Voice = "cantor"{ a c b } \new Lyrics \lyricsto "cantor" { please work } >> } See section 7.3.4: Lyrics context for more information. Tomas Valusek Andrew Black - lists

Help with lyric contexts

2006-12-17 Thread Andrew Black - lists
I am probably doing something really silly, but this is driving me nuts \version "2.8.6" \score { \new Voice = "cantor"{ a c b } \new Lyrics \lyricsto "cantor" { please work } } ../exper/vocal_word.ly:5:5: error: syntax error, unexpected "\\new" \new Lyrics \lyricsto "cantor

Re: Tutorial

2006-12-17 Thread Gilles Sadowski
Hi. > It seems to be working now. Gilles suggestion (thanks, Gilles) worked > fine but I couldn't substitute "title" and "composer" for "piece" and > "opus". Eventually I wrote it thus: > In a \score block, you can use only "piece" and "opus". ["title" and "composer" must be set outside of al

Re: programming error: minimise_least_squares (): Nothing to minimise

2006-12-17 Thread Graham Percival
Mehmet Okonsar wrote: what's that: programming error: minimise_least_squares (): Nothing to minimise continuing, cross fingers It's an error message. If it occurs with the latest lily, please construct a minimal example and send it to the bugs list.

Re: Tutorial

2006-12-17 Thread Manuel
It seems to be working now. Gilles suggestion (thanks, Gilles) worked fine but I couldn't substitute "title" and "composer" for "piece" and "opus". Eventually I wrote it thus: \version "2.10.0" \paper{ printallheaders=##t bottom-margin = 1\cm first-page-number = 2 } \layout{ \context{ \Sco

programming error: minimise_least_squares (): Nothing to minimise

2006-12-17 Thread Mehmet Okonsar
what's that: programming error: minimise_least_squares (): Nothing to minimise continuing, cross fingers -- Mehmet Okonsar, pianist-composer-conductor www.okonsar.com ___ lilypond-user mailing list lilypond-us

Re: How to use ^markup in a scheme function?

2006-12-17 Thread Erik Sandberg
On Saturday 16 December 2006 23:40, Frédéric Chiasson wrote: > Thanks for the later answer, that is what i'm using and it works. > > For the Lilypond code with the Scheme code, I just want to execute the > Lilypond code, so I should write : > > (define-music-function (variables) > (let ((music #{ L