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
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
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
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
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.
The other thing is that the SATB.ly template does not work. When I run
it through lilypond it keeps saying that there is nothing for lilypond
to do.
greets
Maurits
Did you even take a look at the satb.ly template file in the Templates
section of the on-line documentation for your LilyPond version?
/Mats
Maurits Lamers wrote:
Hi :)
Yes I did.
I tried almost everything. Maybe someone want to try to solve it.
The only thing I want, is that I have two staves
Hi :)
Yes I did.
I tried almost everything. Maybe someone want to try to solve it.
The only thing I want, is that I have two staves while each stave has
its own lyric line.
It shoudn't be that difficult, but one way or another, I don't seem to
be able to manage it.
greets
Maurits
On 22-okt-04,
Maybe my answer is very silly, but have you tried to change the order of music, lyrics
and chords in
your script ? I've done this with bass and its figures to have the figures above and
not under the
staff.