]> git.donarmstrong.com Git - lilypond.git/commitdiff
rm input/regression/font-magnification.ly
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 10 Nov 2006 15:28:36 +0000 (16:28 +0100)
committerHan-Wen Nienhuys <lilydev@haring.localdomain>
Fri, 10 Nov 2006 15:28:36 +0000 (16:28 +0100)
input/regression/font-magnification.ly [deleted file]

diff --git a/input/regression/font-magnification.ly b/input/regression/font-magnification.ly
deleted file mode 100644 (file)
index abc30ab..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-
-\version "2.7.39"
-\header { texidoc = "The magnification can be set for any font. Note
-that this does not change variable symbols such as beams or slurs. 
-" }
-
-
-\relative c'' \context Voice {
-  \override NoteHead  #'font-magnification = #0.9
-  c4
-  \override NoteHead  #'font-magnification = #0.8
-
-
-  c4-"normal"
-  %% why doesn't this  work?
-  c4-\markup \bold \magnify #2.0 "foobar"
-
-  \override NoteHead  #'font-magnification = #1.2
-  \override TextScript  #'font-magnification = #2.0
-  c4-"big"
-  \override NoteHead  #'font-magnification = #1.6
-  c4
-}
-
-
-
-