]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lilypond-mode.el (LilyPond-xdvi-command): Default to plain xdvi.
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 22 Apr 2002 13:48:31 +0000 (13:48 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 22 Apr 2002 13:48:31 +0000 (13:48 +0000)
* input/mozart-hrn3-allegro.ly: Bugfix: include defs.

ChangeLog
input/mozart-hrn3-allegro.ly
lilypond-mode.el

index 288bbc44798558953acf0eb147bba8a96e147ce5..fd87d0d6adf6651ed03c8befbfc0ac604b32e06e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-04-22  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lilypond-mode.el (LilyPond-xdvi-command): Default to plain xdvi.
+
+       * input/mozart-hrn3-allegro.ly: Bugfix: include defs.
+
 2002-04-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * mf/feta-schrift.mf: lighter staccato.
index 1569568c01a78a09f349b804980d767cb254111c..5c839d247e0ed26990842fa2dea78b1ae8b90f9e 100644 (file)
@@ -1,4 +1,5 @@
 \version "1.3.146"
+\include  "mozart-hrn3-defs.ly"
 
 allegro =
        \notes
index 5422ed7b358ec9c8decb1a8c4103f721aacb4555..c53118827a7d7b9f6fdcea3c2839103844da7cf9 100644 (file)
@@ -137,7 +137,7 @@ in LilyPond-include-path."
 ;; variable instead of quering the user. 
 (defvar LilyPond-command-force nil)
 
-(defcustom LilyPond-xdvi-command "xdvik"
+(defcustom LilyPond-xdvi-command "xdvi"
   "Command used to display DVI files."
 
   :group 'LilyPond