From 63faa33e5a7e84ca19906ead6fc5bf7665bc8650 Mon Sep 17 00:00:00 2001 From: eyolf Date: Fri, 21 Nov 2008 02:24:45 +0100 Subject: [PATCH] Small changes; cleanup, unsuccessful map Lyqi_key Still has to be run manually. I have to figure out how the plugin architecture works... --- lyqi-all.vim | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lyqi-all.vim b/lyqi-all.vim index f01b45a..83305f4 100644 --- a/lyqi-all.vim +++ b/lyqi-all.vim @@ -28,6 +28,9 @@ " which are laid out 'ergonomically' from the \breve (B) to the 32nd note (P): " 64th and 128th notes re-use the O and P keys in shifted position, and " \longa and \maxima are placed on and . +" Flats and sharps are added with 'c' and 'v', octaves are modified with +" 'i' (up) and 'm' (down), and cautionary accidentals are entered with '!' +" and '?'. A \fermata is added with '.' " " ------------------------------------------------------------------------- " | s | g | a | b |times| | | ' |16/64|32/128 | | @@ -391,6 +394,9 @@ endfunction match +command! LyqiMode :call Lyqi_key() +noremap LyqiMode " vim:fdm=marker +" -- 2.11.4.GIT