Noeck <[email protected]> writes: >>> Why basic-distance and stretchability are not overwritten by the new >>> values? >> >> But they are. > > Yes, concerning the effect. But the old values are still in the list.
Prepending material to a list does not affect uses of the unchanged list elsewhere. Modifying it in place does. In order not to have to copy the complete alist for every use, modifications are made by prepending material to the list. -- David Kastrup _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
