lilypond-user
[Top][All Lists]
Advanced

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

Re: pointAndClickOff in a "book file"


From: Mats Bengtsson
Subject: Re: pointAndClickOff in a "book file"
Date: Fri, 05 Mar 2010 14:50:37 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)



Federico Bruni wrote:

I have a file (for a book) which includes several files (each piece of music).

point-and-click is enabled in each of the single files and I want to keep it.

Do you mean that you explicitly have a line saying
#(ly:set-option 'point-and-click #t)
in every of the files? Since the default setting is true, such a setting is redundant. If you have it now, just remove all these settings and then it should work to use
#(ly:set-option 'point-and-click #f)
in the global file.


   /Mats




reply via email to

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