]> git.donarmstrong.com Git - lilypond.git/blob - input/test/text-rotate.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[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
19 \version "2.1.26"
20
21 \score {
22 \new Staff \notes \relative c'' {
23     \set Staff.instrument = #"rotatebox{90}{Chor}"
24
25 %%  uncomment this for rotation
26 %    \set Staff.instrument = #"\\rotatebox{90}{Chor}"
27
28     c4 c4 }
29
30 \paper { raggedright = ##t }
31 }
32
33