Noeck <[email protected]> writes: > The idea that included files are indistinguishable from copy-and-paste, > even goes to extreme levels. This works: > > > --- included.ly ---------------------------- > title = "title" > composer = "composer" > } > ---------------------------------------------- > > > --- main.ly -------------------------------- > \header { > \include "included.ly" > > { a }
I think there is at least a barrier between main input and its invoking LilyPond core code so that mismatched delimiters in the main file do not cause error messages pointing to the core code. At least I think I put some code to that effect into LilyPond. -- David Kastrup _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
