Re: Réf. : Very minor problem with lilypond

2004-10-22 Thread Maurits Lamers
Maybe a little bit more clear: \new Staff { \key g \major \context Voice = melodietwee \relative c' { s4 | s 2.*15 | s2 d4 | g g8 a g fis | e4 e e | a4 a8 b a g | fis4 d d | b'4 b8 c b a | g4 e d8 d | e4 a fis | g2 d4 | g g g | fis2 fis4 | g fis e | d2 a'4 | b4 a8 a g

Re: Réf. : Very minor problem with lilypond

2004-10-22 Thread Mats Bengtsson
Why not \score { \new Choirstaff \notes << \new staff { \context Voice = a { music } } \context Lyrics = la { s1 } ... >> I see that you have reverted to the idea of writing lyrics within a \context Staff{...}, I didn't expect it to work, but obviously it does for some strange reason. I really rec

Re: Réf. : Very minor problem with lilypond

2004-10-22 Thread Maurits Lamers
Ok ! This makes sense. I got it working now. Finally :) There is one addition I have to make If you want to make the two staves you have to add another pair of << >> The code looks like this now: \score { \new Choirstaff << \notes << \new staff { \context Voice = a { music } } \context Lyrics = la

Re: Réf. : Very minor problem with lilypond

2004-10-22 Thread Mats Bengtsson
Maurits Lamers wrote: Yes I did. The problem is that when I model it the way of the SATB.ly template, it keeps saying that it is unable to find a Voice. That warning is usually harmless, just indicating that the voice does not have contain any music at the beginning of the piece. However, the pro

Re: Réf. : Very minor problem with lilypond

2004-10-22 Thread Maurits Lamers
Pour :[EMAIL PROTECTED] lilypond-user-bounces+jean-marc.legrand=total. cc : [EMAIL PROTECTED] Objet : Very minor problem with lilypond 21/10/2004 19:55 I have thi

Re: Réf. : Very minor problem with lilypond

2004-10-22 Thread Mats Bengtsson
:[EMAIL PROTECTED] lilypond-user-bounces+jean-marc.legrand=total. cc : [EMAIL PROTECTED] Objet : Very minor problem with lilypond 21/10/2004 19:55 I have this sheet of music with the following set-up:

Re: Réf. : Very minor problem with lilypond

2004-10-22 Thread Maurits Lamers
Objet : Very minor problem with lilypond 21/10/2004 19:55 I have this sheet of music with the following set-up: Music (in two staffs), Lyrics and Chrods. In pure essence I get it right on the paper, however the chords are below the music (violin staff, above the bass staff) j

Réf. : Very minor problem with lilypond

2004-10-21 Thread Jean-marc LEGRAND
[EMAIL PROTECTED] lilypond-user-bounces+jean-marc.legrand=total.cc : [EMAIL PROTECTED] Objet : Very minor p

Re: Very minor problem with lilypond

2004-10-21 Thread Bertalan Fodor
What about this? \version "2.2.5" #(ly:set-point-and-click 'line-column) \header { } verse= \lyrics { } staffViolin = \new Staff \notes { \time 4/4 \set Staff.instrument="Violin" \set Staff.midiInstrument="violin" \key c \major \clef treble \relative c' { \context Voice = "

Very minor problem with lilypond

2004-10-21 Thread Michiel Lange
I have this sheet of music with the following set-up: Music (in two staffs), Lyrics and Chrods. In pure essence I get it right on the paper, however the chords are below the music (violin staff, above the bass staff) just above the lyrics. What I'd like most however is to have the chords above th