Re: Question regaring editor / debugger idea

2004-05-14 Thread David Brandon
TECTED] http://mail.gnu.org/mailman/listinfo/lilypond-devel -- David Brandon / [EMAIL PROTECTED] "It isn't necessary to imagine the world ending in fire or ice. There are two other possibilities: one is paperwork, and the other is nostalgia." -- Frank Zappa _

Re: Base class for grobs and music_elements

2004-05-05 Thread David Brandon
PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-devel -- David Brandon/[EMAIL PROTECTED] "Go back to your desk. Settle down. Focus. And catch up!" --"Bob Shelby" ___ lilypond-devel mailing list [EMAIL PROTECTED] http://

Re: A language reference (was: lily in scheme)

2004-05-05 Thread David Brandon
) That may take some digging, but seems like a good idea. The CVS log of the appropriate files should show what appeared when. David -- David Brandon/[EMAIL PROTECTED] ___ lilypond-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo

Re: A language reference (was: lily in scheme)

2004-05-04 Thread David Brandon
with and post something for comments. David -- David Brandon/[EMAIL PROTECTED] "In the end we must all rise to the lowest expectations of the minute differential of sympathetic vibratory elements of style and composition." --Robert Charles

Re: A language reference (was: lily in scheme)

2004-05-04 Thread David Brandon
it. But I'm looking for something more brief, more formal, and alphabetical. Here's a quick and dirty example of what I'm thinking. Let me know if such a thing already exists, or if you think this would be of use or not. David langref.texi Description: Binary data -- David Br

Re: A few minor patches

2004-05-02 Thread David Brandon
but them in, but could you add ChangeLog entries for the next patch? Thanks! -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen ___ lilypond-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-

Re: lily in scheme

2004-04-30 Thread David Brandon
ere may be More Than One Way(tm) to do things. I'm just investigating a path, which may lead nowhere. I can't agree however with the argument: potentially unreadable/dangerous/whatever. This feature is intended to ease the creation of commands (by using more LilyPond syntax and less S

Re: lily in scheme : using music expressions

2004-04-30 Thread David Brandon
st crazy? Does everyone else think this is the right way to go? David -- David Brandon/[EMAIL PROTECTED] The contents of David Brandon may not be suitable for all viewers. Viewer discretion is advised. ___ lilypond-devel mailing list [EMAIL

Re: TODO #1

2004-04-27 Thread David Brandon
make/stepmake/compile-vars.make 18 Jul 2002 00:36:15 - 1.2 +++ stepmake/stepmake/compile-vars.make 27 Apr 2004 21:50:12 - @@ -3,7 +3,11 @@ ALL_LDFLAGS = $(LDFLAGS) $(ILDFLAGS) $(EXTRA_LDFLAGS) $($(PACKAGE)_LDFLAGS) $(MODULE_LDFLAGS) $(USER_LDFLAGS) PIC_FLAGS = -fpic -fPIC +ifeq ($(shell uname),Darw

TODO #1

2004-04-26 Thread David Brandon
t; NO_AXES); + Axis b= a; + a = Axis (int (a) + 1); + return b; +} + +static inline +Axis +incr (Axis &a) +{ + assert (a < NO_AXES); + a = Axis (int (a) + 1); + return a; +} +//Axis operator++ (Axis); #endif // AXES_HH -- David Bra

Re: Building on OS X

2004-04-24 Thread David Brandon
mably the latter. Yes. David -- David Brandon/[EMAIL PROTECTED] "Go back to your desk. Settle down. Focus. And catch up!" --"Bob Shelby" ___ Lilypond-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-devel

Re: Building on OS X

2004-04-23 Thread David Brandon
lily compiled out of the box, package or not? Is this fix for the fink package, or for the vanilla sources? Jan. -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org -- David Brandon/[EMAIL PROTEC

Building on OS X

2004-04-22 Thread David Brandon
at_namespace -undefined suppress +else SHARED_FLAGS = -shared +endif o-dep-out = $(outdir)/$(subst .o,.dep,$(notdir $@))# DO_O_DEP = rm -f $(o-dep-out); DEPENDENCIES_OUTPUT="$(o-dep-out) $(outdir)/$(notdir $@)" -- David Brandon/[EMAIL PROTECTED] _