]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix typo (s/set-staff-size/set-global-staff-size/).
authorwl <wl>
Wed, 21 Jan 2004 06:49:10 +0000 (06:49 +0000)
committerwl <wl>
Wed, 21 Jan 2004 06:49:10 +0000 (06:49 +0000)
Documentation/topdocs/NEWS.texi

index 8e5633c2a0a8f36bbb3fcc71a59a99dcfaf8f049..989d703b41953cdc83374d99056193709e43206c 100644 (file)
@@ -13,7 +13,7 @@ Unreleased:
 @itemize
 @end itemize
 
-Version 2.1.9
+Version 2.1.13
 @end ignore
 
 @itemize @bullet
@@ -44,7 +44,7 @@ spaces below the box.
 setting staff sizes. Both are demonstrated in this fragment:
 
 @example
-  #(set-staff-size 15)
+  #(set-global-staff-size 15)
   \paper @{
     #(paper-set-staff-size (* 15 pt))
   @}