]> git.donarmstrong.com Git - lilypond.git/commitdiff
* buildscripts/lilypond.words.py: add all slur types, suppose
authorHeikki Junes <heikki.junes@hut.fi>
Mon, 15 Sep 2003 22:22:36 +0000 (22:22 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Mon, 15 Sep 2003 22:22:36 +0000 (22:22 +0000)
       everything is postfixed by dropping `-' -marks.

ChangeLog
buildscripts/lilypond.words.py

index 95269981500de7f272be153f71e32f94d40e6baa..24e46c852a0c42e3d95077939f081f6287f61b7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * buildscripts/lilypond.words.py: add all slur types to Emacs
+       insertion menu, suppose everything is postfixed by dropping 
+       unnecessary `-' -marks.
+
 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * lily/stem.cc (get_default_stem_end_position): lengthen stems for
index 338b65d523c26992c4e2dd1824c326838c3129fe..32fcbf2f4dddcb24480192f43ac814e039d2bcb1 100755 (executable)
@@ -99,17 +99,19 @@ else:
 
 # the menu in lilypond-mode.el
 for line in [
-'-/( - _ -/) -',
-'-/[ - _ -/] -',
-'-///( - _ -///) -',
+'/( - _ /) -',
+'/[ - _ /] -',
+'< - _ > -',
+'<< - _ >> -',
+'///( - _ ///) -',
 '///[ - _ ///] -',
-'-///< - _ -///! -',
-'-///> - _ -///! -',
+'///< - _ ///! -',
+'///> - _ ///! -',
 '//center - / << _ >> -',
 '//column - / << _ >> -',
 '//context/ Staff/ = - % { _ } -',
 '//context/ Voice/ = - % { _ } -',
-'-//markup - { _ } -',
+'//markup - { _ } -',
 '//notes - { _ } -',
 '//relative - % { _ } -',
 '//score - { //n /? //simultaneous { //n _ //n } /! //n //paper {  } //n /? //midi {  } //n /! } //n -',