]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorJan Nieuwenhuizen <janneke@gnu.org>
Sat, 6 Nov 2004 22:06:01 +0000 (22:06 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sat, 6 Nov 2004 22:06:01 +0000 (22:06 +0000)
ChangeLog
elisp/lilypond-indent.el
scm/framework-tex.scm
tex/lilyponddefs.tex

index 41394d7903e451d789609ac7a99223e4d595a91b..84be8c8dfb1fd2ad0ffda2641f26b09f4b064fc9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
+
+       * tex/lilyponddefs.tex: If inputencodingUse latin1 inputencoding if 
+
+       * scm/framework-tex.scm (font-load-command): Use T1 if no
+       font-encoding set.
+
        * scm/lily.scm (postscript->pdf): Remove .pdf file if it
        exists before converting.
 
index 635aa62472b5aa968bd75be306e8be515c809ddb..fd9ce60dabd955a485145082906c386a426161fb 100644 (file)
@@ -14,7 +14,7 @@
 ;;;    * currently, in bracket matching one may need a non-bracket
 ;;;      chararacter between the bracket characters, like ( ( ) )
 
-(defcustom LilyPond-indent-level 4
+(defcustom LilyPond-indent-level 2
   "*Indentation of lilypond statements with respect to containing block."
   :group 'LilyPond
   :type 'integer)
index 0565ed5472ce47ff0e8de29ce1a082829f21f521..f0e3321a2ca9c3f6194f9244fc630e82a6b56f37 100644 (file)
@@ -60,7 +60,8 @@
      "\n"
      "\\def\\" (tex-font-command font) "{%\n"
      ;; UGH.  Should be handled via alist.
-     (if (equal? "Extended-TeX-Font-Encoding---Latin" font-encoding)
+     (if (or (equal? "Extended-TeX-Font-Encoding---Latin" font-encoding)
+            (not font-encoding))
         "  \\lilypondfontencoding{T1}"
         "  ")
      "\\lilypond" (tex-font-command font)
index 06d99b82009262081ba0e14a10516c767fff9334..72f0e00659d3a8ee4c7d98dfd397daede09eba1e 100644 (file)
        %% As a safety guard, don't produce auxiliary files.
        \nofiles
 
-       \usepackage[\lilypondpaperinputencoding]{inputenc}
+       %% FIXME: workaround non-existant TeX.def.
+       \ifx\lilypondpaperinputencoding=TeX
+         \usepackage[\lilypondpaperinputencoding]{inputenc}
+       \else
+         \usepackage[latin1]{inputenc}
+       \fi
        \pagestyle{empty}
 
        \lilypondifundefined{lilypondclassic}