lilypond-user
[Top][All Lists]
Advanced

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

Re: showLastLength as a command-line option?


From: Jonathan Kulp
Subject: Re: showLastLength as a command-line option?
Date: Mon, 22 Sep 2008 23:18:36 -0500
User-agent: Thunderbird 2.0.0.16 (X11/20080724)

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:

address@hidden:/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?

Jon

Han-Wen Nienhuys wrote:
Can anyone point me in the right direction to accomplish this great idea?!
;)


Would it be possible technically to specify the showLastLength value
when
invoking lilypond instead of putting it in the .ly file?  Something like


look at lily.scm to see where the -d options are defined.  At some
point showLastLength is initialized; that's where you should do

  (ly:get-option 'show-last-length)



--
Jonathan Kulp
http://www.jonathankulp.com




reply via email to

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