X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffont-magnification.ly;h=b08da1b43e4d6c108500de778548a64ca65e1fd4;hb=bd7d25dbd2f4c8bd3d80ee7224b390151c08ddd6;hp=c1ce9bb5fae621fcf64a5d6c48dab7c304fa7d39;hpb=2b4664417d36bed2b408d769e3dfd96732710d54;p=lilypond.git diff --git a/input/regression/font-magnification.ly b/input/regression/font-magnification.ly index c1ce9bb5fa..b08da1b43e 100644 --- a/input/regression/font-magnification.ly +++ b/input/regression/font-magnification.ly @@ -1,4 +1,4 @@ -\version "1.7.6" +\version "1.7.18" \header { texidoc = "The magnification can be set for any font. Note that this doesn't change variable symbols such as beams or slurs. " } @@ -9,8 +9,9 @@ c4 \property Voice .NoteHead \set #'font-magnification = #0.8 +c4-"normal" % why doesn't this work? - c4-#'((font-series . bold) ((font-magnification . 2.0) ("foobar"))) + c4-\markup \bold \magnify #2.0 "foobar" \property Voice .NoteHead \set #'font-magnification = #1.2 \property Voice.TextScript \set #'font-magnification = #2.0 @@ -21,5 +22,4 @@ c4 } -%% new-chords-done %% -%% new-chords-done %% +