From 2fb7e0390ecd3d9f4e30ff73a0c1737f86058197 Mon Sep 17 00:00:00 2001
From: Jan Nieuwenhuizen <janneke@gnu.org>
Date: Mon, 22 Apr 2002 13:48:31 +0000
Subject: [PATCH] * lilypond-mode.el (LilyPond-xdvi-command): Default to plain
 xdvi.

* input/mozart-hrn3-allegro.ly: Bugfix: include defs.
---
 ChangeLog                    | 6 ++++++
 input/mozart-hrn3-allegro.ly | 1 +
 lilypond-mode.el             | 2 +-
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 288bbc4479..fd87d0d6ad 100644
--- 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.
diff --git a/input/mozart-hrn3-allegro.ly b/input/mozart-hrn3-allegro.ly
index 1569568c01..5c839d247e 100644
--- a/input/mozart-hrn3-allegro.ly
+++ b/input/mozart-hrn3-allegro.ly
@@ -1,4 +1,5 @@
 \version "1.3.146"
+\include  "mozart-hrn3-defs.ly"
 
 allegro =
 	\notes
diff --git a/lilypond-mode.el b/lilypond-mode.el
index 5422ed7b35..c53118827a 100644
--- a/lilypond-mode.el
+++ b/lilypond-mode.el
@@ -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
-- 
2.39.5