From: Han-Wen Nienhuys Date: Fri, 10 Nov 2006 15:28:36 +0000 (+0100) Subject: rm input/regression/font-magnification.ly X-Git-Tag: release/2.10.0-2~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0a3224ef026d6efecb5606e01b337c8b60e3e842;p=lilypond.git rm input/regression/font-magnification.ly --- diff --git a/input/regression/font-magnification.ly b/input/regression/font-magnification.ly deleted file mode 100644 index abc30ab7ad..0000000000 --- a/input/regression/font-magnification.ly +++ /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 -} - - - -