lilypond-user
[Top][All Lists]
Advanced

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

Re: nopc -- Proposed Predefines


From: Carl D. Sorensen
Subject: Re: nopc -- Proposed Predefines
Date: Tue, 22 Jul 2008 17:23:41 -0600

Given all of the discussion, and based upon desiring the capability to use
.ly files as stylesheets, I propose to add two predefineds for
point-and-click:

pointAndClickOff = #(define-music-function (parser location) ()
                      (ly:set-option 'point-and-click #f)
                      (make-music 'SequentialMusic 'void #t))

pointAndClickOn = #(define-music-function (parser location) ()
                      (ly:set-option 'point-and-click #t)
                      (make-music 'SequentialMusic 'void #t))

If there are no strongly reasoned objections, I will move forward
on this next Monday.

Thanks,

Carl





reply via email to

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