From 0a3224ef026d6efecb5606e01b337c8b60e3e842 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 10 Nov 2006 16:28:36 +0100 Subject: [PATCH] rm input/regression/font-magnification.ly --- input/regression/font-magnification.ly | 27 -------------------------- 1 file changed, 27 deletions(-) delete mode 100644 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 -} - - - - -- 2.39.5