From: Jan Nieuwenhuizen Date: Mon, 22 Apr 2002 13:48:31 +0000 (+0000) Subject: * lilypond-mode.el (LilyPond-xdvi-command): Default to plain xdvi. X-Git-Tag: release/1.5.54~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2fb7e0390ecd3d9f4e30ff73a0c1737f86058197;p=lilypond.git * lilypond-mode.el (LilyPond-xdvi-command): Default to plain xdvi. * input/mozart-hrn3-allegro.ly: Bugfix: include defs. --- diff --git a/ChangeLog b/ChangeLog index 288bbc4479..fd87d0d6ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-04-22 Jan Nieuwenhuizen + + * lilypond-mode.el (LilyPond-xdvi-command): Default to plain xdvi. + + * input/mozart-hrn3-allegro.ly: Bugfix: include defs. + 2002-04-22 Han-Wen Nienhuys * 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