On Mon, Sep 22, 2008 at 11:18:36PM -0500, Jonathan Kulp wrote:
> Thanks for replying, Han-Wen.  I can't find showLastLength anywhere in  
> that file, though.  Searches for showlast and show-last came up empty.  
> It looks like the file is inside the SCM directory but I can't tell  
> where.  Here's the search I did:
>
> [EMAIL PROTECTED]:/usr/local/share/lilypond/2.11.59/scm$ cat *.scm | grep  
> -i showlast
>      LENGTHOF(\\showLastLength)
>       ((show-last  (ly:parser-lookup parser 'showLastLength)))
>
> So it shows that showLastLength is there, but it doesn't say which file  
> it's in (my skills at the shell are such that I don't know how to make  
> it tell me this.  Sigh...).  Can you tell from this output where it is?

Hi Jon,

It's easier than you think.  ;-)

If scm/ is your working directory, do

$ grep showLast *

and you'll see that these two lines are in music-functions.scm.

HTH,
Patrick


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to