On Mon, Apr 27, 2020 at 11:27 AM David Wright <[email protected]> wrote:
> On Sat 25 Apr 2020 at 21:11:50 (-0400), Freeman Gilmore wrote: > > On Sat, Apr 25, 2020 at 8:20 PM David Wright <[email protected]> > wrote: > > > On Sat 25 Apr 2020 at 19:40:47 (-0400), Freeman Gilmore wrote: > > > > Is there an app that can search inside LilyPond? > > > > > > > > For example in makam.ly there is: \override > > > KeySignature.glyph-name-alist = > > > > \makamGlyphs . > > > > > > > > I would like to find where, \makamGlyphs, is defined. > > > > > > $ grep -r makamGlyphs lilypond-2.21.0-1.linux-64/ > […] > > > (best piped into less) or > > > > > > $ less $(grep -r -l 'makamGlyphs' lilypond-2.21.0-1.linux-64/) > > > $ > > > > > > which will open a set of matching files in less. > > > > > > > This is probably what i am looking for, i use windows. > > $ less $(grep -r -l 'makamGlyphs' lilypond-2.21.0-1.linux-64/) $ Help! > > I'm afraid that windows users will have to step up. I haven't used it > since the days of dos6.22 and windows 3.11 in about 1997. > > Cheers, > David. > David: I do not have hel-arabic,ly in my version of LilyPond at least by that name. Thank you, ƒg
