projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f2dc3f
)
Fix typo (s/set-staff-size/set-global-staff-size/).
author
wl
<wl>
Wed, 21 Jan 2004 06:49:10 +0000
(06:49 +0000)
committer
wl
<wl>
Wed, 21 Jan 2004 06:49:10 +0000
(06:49 +0000)
Documentation/topdocs/NEWS.texi
patch
|
blob
|
history
diff --git
a/Documentation/topdocs/NEWS.texi
b/Documentation/topdocs/NEWS.texi
index 8e5633c2a0a8f36bbb3fcc71a59a99dcfaf8f049..989d703b41953cdc83374d99056193709e43206c 100644
(file)
--- a/
Documentation/topdocs/NEWS.texi
+++ b/
Documentation/topdocs/NEWS.texi
@@
-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))
@}