]> git.donarmstrong.com Git - lilypond.git/blob - input/test/text-rotate.ly
This commit was manufactured by cvs2svn to create tag 'lilypond_2_1_17'.
[lilypond.git] / input / test / text-rotate.ly
1 \header {
2     latexpackages = "graphicx"
3     
4     texidoc = "
5 @cindex rotated text
6 @cindex choir, rotated text
7
8 Rotated text may be faked using inline TeX (or inline
9 postscript). To see the result, this files must be processed with
10 the lilypond.py script, and a line must be uncommented.
11
12 "
13
14     %% fixme.
15     
16
17     }
18 \score {
19 \new Staff \notes \relative c'' {
20     \property Staff.instrument  = #"rotatebox{90}{Chor}"
21
22 %%  uncomment this for rotation
23 %    \property Staff.instrument = #"\\rotatebox{90}{Chor}"
24
25     c4 c4 }
26
27 \paper { raggedright = ##t }
28 }
29
30