]> git.donarmstrong.com Git - lilypond.git/blobdiff - mudela-mode.el
release: 1.0.1
[lilypond.git] / mudela-mode.el
index f2c879d4288aa0e57165eef2824e2fae329887cb..87a08060b133f6a0015065a39c021f503e87141e 100644 (file)
 
 (defconst mudela-font-lock-keywords
   (let* ((keywords '(
-                  "accepts" "break" "bar" "cadenza" "clear" "clef" "cm" "consists" "contains"
-                  "duration" "absdynamic" "in" "translator" "type" "lyric" "key"
-                  "maininput" "melodic" "musical_pitch" "meter" "midi" "mm" "multi" "header"
-                  "notenames" "octave" "output" "partial" "paper" "plet" "property" "pt" "shape"
-                  "include"
-                  "score" "script" "skip" "staff" "table" "spandynamic" "symboltables"
-                  "tempo" "texid" "textstyle" "transpose" "version" "grouping"
-                  ))
+                    "accepts" "accidentals" "break" "bar" "cadenza" "clear" 
+                    "clef" "cm" "consists" "contains" "duration" "absdynamic" 
+                    "in" "translator" "type" "lyric" "key" "maininput" "melodic"
+                    "musical_pitch" "meter" "midi" "mm" "multi" "header"
+                    "notenames" "octave" "output" "partial" "paper" "plet"
+                    "property" "pt" "shape" "relative" "include" "score"
+                    "script" "skip" "staff" "table" "spandynamic" "symboltables"
+                    "tempo" "texid" "textstyle" "transpose" "version" "grouping"
+                    ))
        (kwregex (mapconcat (lambda (x) (concat "\\\\" x))  keywords "\\|")))
 
     (list 
 \f
 (defconst mu-version "0.0.1"
   "`mudela-mode' version number.")
-(defconst mu-help-address "hanwen@cs.ruu.nl"
+(defconst mu-help-address "hanwen@cs.uu.nl"
   "Address accepting submission of bug reports.")
 
 (defun mu-version ()