lilypond-user
[Top][All Lists]
Advanced

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

Re: nopc -- Proposed Predefines


From: Carl Sorensen
Subject: Re: nopc -- Proposed Predefines
Date: Mon, 14 Jul 2008 02:21:24 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Mats Bengtsson <mats.bengtsson <at> ee.kth.se> writes:

> 
> James E. Bailey wrote:
> 
> >
> > in 3.1.3
> > #(ly:set-option 'point-and-click #f)
> >
> > The last one is apparently deprecated.
> 
> Why? The first two are only interesting if you have your own standard 
> include file with utility functions. I guess that most users will copy 
> paste the code from the manual or from some previous file and in that 
> case, the third option is easiest to use, since it's only a single line.
> Considering the recent trend to add predefined commands to LilyPond, I'm 
> surprised that noone has proposed to add the \noPointAndClick function. 
> I prefer that one to the #(nopc) since it avoids the Scheme syntax for 
> the end user.


OK, I'll bite.

I propose some new predefined functions:

\pointAndClickOn

pointAndClickOn = #(ly:set-option 'point-and-click #t)

and

\pointAndClickOff

pointAndClickOff = #(ly:set-option 'point-and-click #f)




If I get approval, I'll add them.  

Any votes?

Carl







reply via email to

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