Reinhold: > Am Donnerstag, 11. Februar 2010 08:47:42 schrieb Karl Hammar: ... > > 1, what is the rationale for "lilypond -d xx" to be restricted to just > > a certain list of variables? > If the given flag is not an officially supported one, then lilypond will > print > out a warning, but the flag is still available, albeit not as a toplevel > function but via ly:get-option: > > \version "2.13.0" > #(if (eqv? #t (ly:get-option 'flag)) > (display "\n\tYes!\n") > (display "\n\tNo!\n") > )
Great, thanks! Regards, /Karl ----------------------------------------------------------------------- Karl Hammar Aspö Data [email protected] Lilla Aspö 148 Networks S-742 94 Östhammar +46 173 140 57 Computers Sweden +46 70 511 97 84 Consulting ----------------------------------------------------------------------- _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
