Kieren MacMillan <kieren_macmil...@sympatico.ca> writes: > Hello all! > > I've got an individual .ly file for each cue (song or orchestral > interlude) in my musical. I want to include them in a complete score > .ly file, but when I do that the header variables conflict (e.g., the > first or last 'title' or 'piece' value gets printed in the header of > all scores).
You could suck the whole file into one score and get just the music back out again using ly:score-music, something like #(ly:score-music #{ \score { \include "xxx.ly" } #}) The music will already be "scorified" (repeat chords expanded, \\ replaced and other things), so you just need to add it to your book or whatever. -- David Kastrup _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user