]> git.donarmstrong.com Git - lilypond.git/commitdiff
* ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
authorHeikki Junes <heikki.junes@hut.fi>
Sat, 20 Sep 2003 08:46:28 +0000 (08:46 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Sat, 20 Sep 2003 08:46:28 +0000 (08:46 +0000)
ChangeLog
lilypond.vim
ly/chord-modifiers-init.ly

index 17b6fcda12c4d2440062f00247e606d469bfe4fe..d2688be16805ecedb266697787982ef46274c639 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
+
 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
index 006e67cc110aa9731d84a42df6d48e1e2ad241b7..e0655fb73cf258aff0975f10f3280cdff1648271 100644 (file)
@@ -2,7 +2,7 @@
 " Language:    LilyPond
 " Maintainer:  Heikki Junes <hjunes@cc.hut.fi>
 " Created:      Oct 17, 2002
-" Last Change: Nov 13, 2002
+" Last Change: Sep 20, 2003
 " Version:     6.1-1
 " Latest:
 " http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lilypond.vim
@@ -28,7 +28,7 @@ syn region lilyString start=/"/ end=/"/ skip=/\\"/
 syn region lilyComment start="%{" skip="%$" end="%}"
 syn region lilyComment start="%\([^{]\|$\)" end="$"
 
-syn match lilyStatement        "[-_^]\?\\\a\+"
+syn match lilyStatement        "[-_^]\?\\\(\a[-]\?\)\+"
 syn match lilyNote     "\<\(\(\(bb\|as[ae]s\|[ae]s\|eses\|[a-h]\(\|is\|isis\|es\|eses\)\)\([,']\)\{,4}\([?!]\)\?\|[srR]\)\(\(128\|6\?4\|3\?2\|16\?\|8\|\\breve\|\\longa\)[.]*\)\?\)\(\A\|\n\)"me=e-1
 syn match lilyNote     "\<\(\(\(bb\|as[ae]s\|[ae]s\|eses\|[a-h]\(\|is\|isis\|es\|eses\)\)\([,']\)\{,4}\([?!]\)\?\|[srR]\)\(\(128\|6\?4\|3\?2\|16\?\|8\|\\breve\|\\longa\)[.]*\)\?\)$"
 syn match lilyNumber   "[-_^.]\?\d\+[.]\?"
index 96e514edcea431cf4bf34b13cff9bd07b9f3397f..6b0de39aa949a1b81c832e66e962187234aae305 100644 (file)
@@ -36,4 +36,4 @@ fullJazzExceptions = #(sequential-music-to-chord-exceptions
 partialJazzExceptions = #(sequential-music-to-chord-exceptions
                           partialJazzMusic #f)
 
-                      
\ No newline at end of file
+