lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Search inside LilyPond


From: Freeman Gilmore
Subject: Re: Search inside LilyPond
Date: Mon, 27 Apr 2020 17:04:34 -0400


On Mon, Apr 27, 2020 at 11:27 AM David Wright <address@hidden> 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 <address@hidden> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]