Hi everybody!
I would like getting started with a simple example I appended to this mail.
Using version 2.0 lily fails with it. Deleting some bars everything looks
ok?!? What's it about? I'd like to typeset more than 3 bars!!!
Thanks in advance
Günter
--
GMX ProMail (250 MB Mailbox, 50 FreeSMS, Virenschutz, 2,99 EUR/Monat...)
jetzt 3 Monate GRATIS + 3x DER SPIEGEL +++ http://www.gmx.net/derspiegel +++
sopran = \notes \relative c' {
e8
| e4 e8 a4 gis8
| fis8 gis a e4 e8
| fis4 fis8 gis4 gis8 \break
| a8 h cis h4 cis8
| d8 cis h a gis a
| cis4. h4
}
alt = \notes \relative c' {
e8
| e4 e16 d cis4 e8
| d8 e d cis4 e8
| e8 d cis h e d
}
tenor = \notes \relative c' {
e8
}
bass = \notes \relative c' {
e8
}
\score {
\notes {
\time 6/8
\partial 8
\context StaffGroup <<
\context Staff = women {
\clef G
\key a \major
<<
\context Voice = Sopran { \voiceOne \sopran }
\context Voice = Alt { \voiceTwo \alt }
>>
}
\context Staff = men {
\clef bass
\key a \major
<<
\context Voice = Tenor { \voiceOne \tenor }
\context Voice = Bass { \voiceTwo \bass }
>>
}
>>
}
\midi { \tempo 4=120 }
\paper {}
}
_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user