2 latexpackages = "graphicx"
6 @cindex choir, rotated text
8 Inline TeX (or PostScript) may be used, for example, to rotate text.
9 To see the result, use the @code{lilypond.py} script to generate the
10 output for printing of the source of this example (commenting one line).
22 \new Staff \relative c'' {
23 \set Staff.instrument = #"rotatebox{90}{Chor}"
25 %% uncomment this for rotation
26 % \set Staff.instrument = #"\\rotatebox{90}{Chor}"
30 \layout { raggedright = ##t }