]> git.donarmstrong.com Git - lilypond.git/commitdiff
add \global to definitions for
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 22 Oct 2004 21:02:12 +0000 (21:02 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 22 Oct 2004 21:02:12 +0000 (21:02 +0000)
feta macros.

ChangeLog
Documentation/user/macros.itexi
VERSION
tex/lilyponddefs.tex

index cba602350dc89d5320825599893872f0b8d98519..59244d48364b6bc1016116ab28ac72b238fd2d36 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * Documentation/user/macros.itexi: add \global to definitions for
+       feta macros.
+
        * po/fr.po (Module): updated po file.
 
        * po/de.po: updated po file.
index 6b531fc814bb38b69a4936e956ae9133a7f9ded2..4cf09a6c6bc77ffe0fe57258bd920a9aceb349bf 100644 (file)
@@ -2,9 +2,9 @@
 
 @tex
 \input feta20.tex
-\font\fetasixteen=feta16
-\def\fetafont{\fetasixteen}
-\def\fetachar#1{\hbox{\fetasixteen#1}}
+\global\font\fetasixteen=feta16
+\gdef\fetafont{\fetasixteen}
+\gdef\fetachar#1{\hbox{\fetasixteen#1}}
 @end tex
 
 @c Reference GLOSsary
diff --git a/VERSION b/VERSION
index b897c9acb653c590a94da443c528312e15feb7da..cdef0e8b8a327c1e2a76d9299b4ed32bd954bcb0 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1,6 +1,6 @@
 PACKAGE_NAME=LilyPond
 MAJOR_VERSION=2
 MINOR_VERSION=3
-PATCH_LEVEL=22
+PATCH_LEVEL=23
 MY_PATCH_LEVEL=
 
index 6a0bffc9e87448ed8bc2ce947ae982a7a9efff76..0c5a87ea158bfb1751ea8fda1e7c283bee398500 100644 (file)
   \special{header=music-drawing-routines.ps}
   \gdef\lilypondspecial{}}
 
+
+
+
 %% Put the argument into a box which has zero height and depth (the
 %% \vss forces the latter -- TeXbook, page 80).
 %%