]> git.donarmstrong.com Git - lilypond.git/commitdiff
(extra_init): add compat2 to latex options.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 16 Apr 2003 11:09:20 +0000 (11:09 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 16 Apr 2003 11:09:20 +0000 (11:09 +0000)
ChangeLog
scripts/ly2dvi.py

index f3ef6fdd0d11dce47b0bbb26981987dad2b94327..a5f6007de5eb12d52c924456adb8d614574f89eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
+
        * lily/new-chord-name-engraver.cc (process_music): use octavation
        (a number) instead of original-pitch to store inversions. This
        fixes a problem with transposed chords with inversions.  
index 1359a745b6c779fe2d5a0e3ed6eea4da95031b56..79d0219d7f1dfc7dbffd7027e47529ceb0b62615 100644 (file)
@@ -184,7 +184,10 @@ extra_init = {
        'language' : [],
        'latexheaders' : [],
        'latexpackages' :  ['geometry'],
-       'latexoptions' : [],
+
+       # for geometry v3
+       'latexoptions' : ['compat2'],
+       
        'papersize' : [],
        'pagenumber' : [1],
        'textheight' : [],