投稿募集! スレッド一覧

スレッド作成 他のスレッドを探す

[PR]   和歌山の求人・転職  物流コスト
teacup. ] [ 無料掲示板 ] [ プレミアム掲示板 ] [ teacup.コミュニティ ] [ ブログ ] [ チャット ]

新着順:19/188 記事一覧表示 | 《前のページ | 次のページ》

Meadow(ver3.00.4 Fixed [779]) と LilyPond(ver2.6.4以後)

 投稿者:井光  投稿日:2006年 2月 6日(月)18時59分47秒
  通報
  井光です,
Lilypond(ver2.6.4)等々に添付されているEmacs用ファイル.
C:\cygwin\usr\share\emacs\site-lisp\*.el   (Emacsで利用するLilyPondモード)
lilypond-font-lock.el
lilypond-indent.el
lilypond-mode.el
lilypond-what-beat.el
lilypond-words.el
lilypond-init.el(内容を.emacsに貼り付けました)

これらの5ファイルを,
C:\meadow\site-lisp\内にcopyしたのですが,
*.ly ファイルをopenしても ミニバッファーに下記の表示なのですが?
File mode specification error: (wrong-type-argument arrayp 0)
これって簡単(.emacs修正記述で)に作用させることが出来ますか?


p.s.
lilypond-init.elの内容です.
---------------------------------------------------------------------------------
;;; lilypond-init.el --- Startup code for LilyPond mode
;;
;; Instructions, extracted from Documentation/topdocs/INSTALL.texi:

;; Emacs mode for entering music and running LilyPond is contained in
;; the source archive as `lilypond-mode.el', `lilypond-indent.el',
;; `lilypond-font-lock.el' and `lilypond-words.el'. You should install
;; these files to a directory included in your `load-path'.
;; File `lilypond-init.el' should be placed to `load-path/site-start.d/'
;; or appended to your `~/.emacs' or `~/.emacs.el'.

;; As a user, you may want add your source path or, e.g., `~/site-lisp/' to
;; your `load-path'. Append the following line (modified) to your `~/.emacs':

;(setq load-path (append (list (expand-file-name "~/site-lisp")) load-path))

(autoload 'LilyPond-mode "lilypond-mode" "LilyPond Editing Mode" t)
(add-to-list 'auto-mode-alist '("\\.ly$" . LilyPond-mode))
(add-to-list 'auto-mode-alist '("\\.ily$" . LilyPond-mode))
(add-hook 'LilyPond-mode-hook (lambda () (turn-on-font-lock)))
---------------------------------------------------------------------------------
 
》記事一覧表示

新着順:19/188 《前のページ | 次のページ》
/188