On Monday 06 June 2005 20.02, Fairchild wrote: > Eric, et. al. - > > Thanks for the response, even though it hasn't led anywhere. > > Let's try the question a couple of other ways. > > Can Scheme code be used within a \score block? > > Can a variable, defined in the ly file, be reassigned a new value within > the \score block?
Unfortunately, you can see variables quite much as macros, i.e. a variable is substituted at once when the variable name is found in an expression. BTW, if you are in need for parameters, you may want to consider using some preprocessor, e.g. m4 or gpp, for your ly files. Erik _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
