| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Issue 4845
lilypond-ftplugin.vim: set makeprg locally
rather than globally This avoids
changing the make program for
other Vim buffers when using
mapped keys to compile a LilyPond file.
|
|
|
|
|
|
|
|
| |
Issue 3767
Also removed two comment lines indicating a maintainer and
'last modified' date; the latter being incorrect and the
former's email apparently not existing anymore
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This pattern has never uses a highlighting rule, and it now conflicts
with the lilyScheme regions, so it is best to get rid of it.
|
| |
|
| |
|
|
|
|
|
| |
It is still a little rudimentary, but I've been using this highlighting
for the past six months without a problem.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since filetype.vim is no longer distributed, the `setf' command will
only set the filetype if Vim's default filetype.vim does not detect a
matching filetype first.
Unfortunately, when certain lines begin with #(, the "generic" filetype
is matched, so the LilyPond-specific highlighting is never loaded.
A workaround is to use `set ft'; this sets the filetype to `lilypond'
unconditionally for all files ending in .ly or .ily, which is what we
want.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- move scripts from buildscripts/ according to the new ROADMAP, create
three directories for this purpose: scripts/aux/, scripts/build/ and
python/aux;
- make permissions and interpreter specs clearer: all scripts in
scripts/build are non-executable and use an interpreter determined in
config.make, all scripts in scripts/aux use hard-coded interpreters;
- always use built avatars of scripts in scripts/build, as a
consequence remove interpreter invocations which are no longer needed;
- keep old scripts in buildscripts/ which are junked in the very next
commits.
|
| |
|
| |
|
| |
|
|
|
|
| |
Escape a space in lilypond-compiler.vim.
|
| |
|
|
|
|
| |
music-drawing-routines.ps juggling.
|
|
|
|
| |
music-drawing-routines.ps juggling.
|
|
|
|
| |
music-drawing-routines.ps juggling.
|
|
|
|
|
|
|
|
|
|
|
| |
src-wildcard, remove $(wildcard).
* po/GNUmakefile (PO_FILES):
* ps/GNUmakefile (PS_FILES):
* tex/GNUmakefile (TEX_FILES):
* cygwin/GNUmakefile (POSTINSTALLS):
* vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
some wildcard calls.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* */GNUmakefile:
* config.make.in:
* GNUmakefile.in:
* stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
from any directory in build-dir. Cleanups.
* make/srcdir.make.in: Remove.
* lily/main.cc (setup_paths): Fix and document build-dir hack.
|
|
|
|
|
|
|
| |
* elisp/SConscript (a):
* elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
* vim/SConscript (a):
* vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
|
|
|
|
|
|
|
|
|
|
| |
* vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
* stepmake/stepmake/*.make:
* */GNUmakefile:
* GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
* config.make.in (prefix): Remove broken $(DESTDIR) hack.
|
| |
|
|
|
|
| |
extraneous closing brace.
|
|
|
|
| |
(web_path): Fixes for webball. Install fixes, add DESTDIR option.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* python/SConscript:
* python/vim:
* input/mutopia/*SConscript: New file.
* scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
fixes web build.
* make/stepmake.make (scons): re-route to SCONS if user has been
running scons in this tree.
* SConstruct (config_vars): Add CPPDEFINES.
(env): Set checksums type to "content".
(save_config_cache): Do not exit after configuring when using
checksums (the default) instead of timestamps.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* lily/system.cc (get_line): plug leak.
* lily/paper-book.cc (pages): plug memory leaks: delete page array
and contents.
(stencil2line): plug leak.
* Documentation/user/changing-defaults.itely (Determining a grob
property): new node.
(Layout interfaces): new node.
(Navigating the program reference): new node.
|
| |
|
|
|
|
|
|
|
| |
* vim/vimrc: add a one-liner file.
* vim/GNUmake try to remove empty dirs during uninstalling, put
vimrc in EXTRA_DIST_FILES.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* buildscripts/lilypond-words.py: add new, renamed file.
Give generated targets and dirs explicitly in arguments.
* GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
vim/lilypond-syntax.vim: update to use new lilypond-words.py.
* config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
* vim/GNUmake use --words and --vim targets in lilypond-words.py
|
|
|
|
| |
* vim/GNUmake add local-install.
|
| |
|
|
|
|
|
| |
vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
vim/lilypond-indent.vim: doc targets and deps in comments.
|
| |
|
|
|
|
| |
insert-mode. add indenting rules.
|
| |
|
|
|
|
| |
* vim/GNUmakefile: flatten dirs, add GNUmakefile.
|
| |
|
|
|
|
|
| |
* vim/syntax/lilypond.vim: use only local settings with setlocal.
show matching paren in insert mode.
|
|
|
|
| |
* vim/compiler/lilypond.vim: new file for errorformats.
|