]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/NEWS.texi
Fix typo (s/set-staff-size/set-global-staff-size/).
[lilypond.git] / 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))
   @}