In bash shell it is possible to write
 lily + TAB
which results in
 lilypond
and then
 lilypond fi + TAB
which results in
 lilypond file.ly

In order to handle the .ly-extension correctly, on needs to install bash
completion string in file /etc/bash_completion.d/lilypond :

# LilyPond completion.
complete -f -X '!*.@(ly|LY)' lilypond

This is a very nice feature which would be in daily use.

What would you think of such a feature ?

Greetings,
Heikki
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to