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 _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user