]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/font-name.ly
*** empty log message ***
[lilypond.git] / input / regression / font-name.ly
index bdb594591fcba1e2ece13807b9cf12d44f1d9e73..97b58c04fb9bbdceabbb5e1f9f292ffb55cc4f92 100644 (file)
@@ -1,8 +1,8 @@
-\version "1.9.8"
+\version "2.3.22"
 
 \header {
 
-    texidoc = "Using other fonts can be done by setting font-name for
+    texidoc = "Other fonts can be used by setting font-name for
 the appropriate object. This may include Postscript fonts that are
 available through (La)TeX.
 
@@ -19,13 +19,13 @@ available through (La)TeX.
 %}
 
 \score {
-    \notes {
-       \property Staff.TimeSignature   \set #'font-name = #"cmr17"
-       \property Score.skipBars = ##t
+     {
+       \override Staff.TimeSignature  #'font-name = #"cmr17"
+       \set Score.skipBars = ##t
 
        % use font-name putri8r for Utopia Italic :
        
-       \property Staff.MultiMeasureRestText \set  #'font-name = #"cmss12"
+       \override Staff.MultiMeasureRestText   #'font-name = #"cmss12"
 
 
        % use "ptmb8r" for Times Roman
@@ -36,6 +36,6 @@ available through (La)TeX.
             R1*21^"Wait for Utopia Italic"
             }
     
-    \paper { raggedright = ##t }
+    \layout { raggedright = ##t }
 
 }