]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/font-magnification.ly
* input/regression/slur-area.ly: move from test/
[lilypond.git] / input / regression / font-magnification.ly
index c1ce9bb5fae621fcf64a5d6c48dab7c304fa7d39..b08da1b43e4d6c108500de778548a64ca65e1fd4 100644 (file)
@@ -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 %%
+