]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/font-magnification.ly
*** empty log message ***
[lilypond.git] / input / regression / font-magnification.ly
index b08da1b43e4d6c108500de778548a64ca65e1fd4..dd011b459ce098ca444e037d5f05624c706b1580 100644 (file)
@@ -1,22 +1,24 @@
-\version "1.7.18"
+
+\version "2.4.0"
 \header { texidoc = "The magnification can be set for any font. Note
-that this doesn't change variable symbols such as beams or slurs. " }
+that this does not change variable symbols such as beams or slurs. 
+" }
 
 \score {
-\notes \relative c'' \context Voice {
-\property Voice .NoteHead \set #'font-magnification = #0.9
+ \relative c'' \context Voice {
+\override NoteHead  #'font-magnification = #0.9
 c4
-\property Voice .NoteHead \set #'font-magnification = #0.8
+\override NoteHead  #'font-magnification = #0.8
 
 
 c4-"normal"
   % why doesn't this  work?
   c4-\markup \bold \magnify #2.0 "foobar"
 
-  \property Voice .NoteHead \set #'font-magnification = #1.2
-  \property Voice.TextScript \set #'font-magnification = #2.0
+  \override NoteHead  #'font-magnification = #1.2
+  \override TextScript  #'font-magnification = #2.0
   c4-"big"
-  \property Voice .NoteHead \set #'font-magnification = #1.6
+  \override NoteHead  #'font-magnification = #1.6
   c4
 }