Re: Bash completion strings

2007-04-23 Thread Graham Percival
Heikki Johannes Junes wrote: 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 Yes, this works... In order to handle the .ly-extension correctly, on needs to install bash completion string in file /etc/b

Re: translating the pics in the engraving essay

2007-04-23 Thread John Mandereau
Le dimanche 22 avril 2007 à 21:27 +0300, Till Rettig a écrit : > Han-Wen Nienhuys wrote: > > I would leave the 1.6 picture versions (showing incorrect output) > > alone, and upgrade all the other examples (showing what it should be > > like) to 2.11 or 2.10, if possible. > > > I would also leave

Fret-diagram properties refactoring

2007-04-23 Thread Carl D. Sorensen
Han-Wen, I haven't been able to figure out a plan for automatically documenting the 'details property values that are used in the c++ code. As a temporary work-around, would it be OK for me to move all of the fret-diagram specific properies into a fret-diagram-details property, and document them

Re: Bash completion strings

2007-04-23 Thread Karl Hammar
[EMAIL PROTECTED]: ... > 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 Nice tip, but you have to have the shell option extglob to be able to