"Ruud van Silfhout" <[EMAIL PROTECTED]> writes:

> Is it possible to rotate text before the Staffs. In choir
> music printing I use, it is quite common to print a text
> like "Chor" rotated by 90 degree ccw. Is this something
> that can be done with lilypond.

Maybe not by LilyPond, but LaTeX and dvips.  Look up the
\rotatebox macro in the graphicx package.  Try eg.

\header {
  [...]
  latexheaders = graphicx
}

then something like

     LyricsVoice . vocalName = #"\\rotatebox[origin=c]{90}{Chor.}"

Feri.


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to