]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/font-name.ly
*** empty log message ***
[lilypond.git] / input / regression / font-name.ly
index 4fc2f7c5fd4ea4b95aae2594899cff21f44a1ef3..97b58c04fb9bbdceabbb5e1f9f292ffb55cc4f92 100644 (file)
@@ -1,8 +1,8 @@
-\version "2.1.22"
+\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,9 +19,9 @@ available through (La)TeX.
 %}
 
 \score {
-    \notes {
+     {
        \override Staff.TimeSignature  #'font-name = #"cmr17"
-       \set Score.skipBars =  ##t
+       \set Score.skipBars = ##t
 
        % use font-name putri8r for Utopia Italic :
        
@@ -36,6 +36,6 @@ available through (La)TeX.
             R1*21^"Wait for Utopia Italic"
             }
     
-    \paper { raggedright = ##t }
+    \layout { raggedright = ##t }
 
 }