Hans Forbrich wrote:
> \score {
> \simultaneous {
> \Sorastro
> \piano
> }
> \paper { papersize = "letter" }
> \include "paper16.ly"
> }
You need to include paper16.ly outsides the scoreblock, like this:
\include "paper16.ly"
\score {
\simultaneous {
\Sorastro
\piano
}
\paper { papersize = "letter" }
}
Btw, where have you found the manual? I don't even think that the
"simultaneous"-syntax is mentioned in the resent manuals...?
-Rune
_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user