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 #{

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 all \score blocks.]

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

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/4

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

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

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 page with Fedora, I cannot find

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 a c e become \key c \major g b d french readers would enjoy this wonderful

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?

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

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 }

Re: Lyrics in poly

2006-12-17 Thread Ezequiel Sierra
to be more specific \context Voice = melodia { \voiceOne bes'4. bes8 bes g4 bes 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

Re: tie different chord

2006-12-17 Thread Ezequiel Sierra
c f, ~ d d, 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

Re: No lyrics to polyphony

2006-12-17 Thread Ezequiel Sierra
to be more specific \context Voice = melodia { \voiceOne bes'4. bes8 bes g4 bes 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

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

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 bes g4 bes 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: tie different chord

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

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