]> git.donarmstrong.com Git - lilypond.git/commitdiff
Removed obsolete example!
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Mon, 10 Apr 2006 13:44:05 +0000 (13:44 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Mon, 10 Apr 2006 13:44:05 +0000 (13:44 +0000)
input/test/text-rotate.ly [deleted file]

diff --git a/input/test/text-rotate.ly b/input/test/text-rotate.ly
deleted file mode 100644 (file)
index 7ad4661..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-\header {
-    latexpackages = "graphicx"
-    
-    texidoc = "
-@cindex rotated text
-@cindex choir, rotated text
-
-Inline TeX (or PostScript) may be used, for example, to rotate text.
-To see the result, use the @code{lilypond.py} script to generate the 
-output for printing of the source of this example (commenting one line).
-
-"
-
-    %% fixme.
-    
-
-    }
-
-\version "2.7.39"
-
-\score {
-\new Staff  \relative c'' {
-    \set Staff.instrument = #"rotatebox{90}{Chor}"
-
-%%  uncomment this for rotation
-%    \set Staff.instrument = #"\\rotatebox{90}{Chor}"
-
-    c4 c4 }
-
-\layout { ragged-right = ##t }
-}
-
-