-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathheader.el
22 lines (19 loc) · 970 Bytes
/
header.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
;;; lyqi.el --- an emacs major mode for editing LilyPond scores.
;;;
;;; Copyright (C) 2009 Nicolas Sceaux <nicolas.sceaux@free.fr>
;;;
;;; Lyqi is free software: you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
;;; the Free Software Foundation, either version 3 of the License, or
;;; (at your option) any later version.
;;;
;;; Lyqi is distributed in the hope that it will be useful,
;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with LilyPond. If not, see <http://www.gnu.org/licenses/>.
;;; lyqi homepage: <http://nicolas.sceaux.free.fr/lilypond>
;;; The lexing and parsing mechanism is largely inspired by Drei
;;; component from McClim: <http://common-lisp.net/project/mcclim/>