]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/font-magnification.ly
more conversion for dash-change.
[lilypond.git] / input / regression / font-magnification.ly
index d613f8ba988390c16f04dba13d3fc222198c6c20..7716fa72c86deb4ad31e127a4df067914f0821d1 100644 (file)
@@ -1,17 +1,18 @@
 
-\version "2.1.22"
+\version "2.7.32"
 \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 {
-\override NoteHead  #'font-magnification = #0.9
-c4
-\override NoteHead  #'font-magnification = #0.8
+
+\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-"normal"
+  %% why doesn't this  work?
   c4-\markup \bold \magnify #2.0 "foobar"
 
   \override NoteHead  #'font-magnification = #1.2
@@ -21,6 +22,6 @@ c4-"normal"
   c4
 }
 
-}
+