]> git.donarmstrong.com Git - lilypond.git/blobdiff - mudela-mode.el
release: 1.1.43
[lilypond.git] / mudela-mode.el
index e78e43ae173b172170fb1014275cd1e767387f1e..25b95171883962405adba2ee74c068b866fa7da3 100644 (file)
   (let* ((keywords '("alternative" "repeat"
                     "accepts" "accidentals" "break" "bar" "cadenza" 
                     "clef" "cm" "consists" "consistsend" "contains" "duration" 
-                    "absdynamic" "scmfile" "lyrics"
+                    "spanrequest" "scmfile" "lyrics"
                     "in" "translator" "context" "key" "maininput" "notes"
                     "musical_pitch" "time" "midi" "mm" "header"
                     "notenames" "octave" "output" "partial" "paper" "plet" "name"
                     "property" "pt" "shape" "relative" "include" "score"
                     "scm" "scmfile"
-                    "script" "skip"  "table" "times" "spandynamic" "symboltables" "type"
+                    "script" "skip"  "table" "times" "textscript" "symboltables" "type"
                     "tempo" "transpose" "version" "grouping"
                     ))
        (kwregex (mapconcat (lambda (x) (concat "\\\\" x))  keywords "\\|")))