Wim van Dommelen <[email protected]> writes: > On 25 Jul 2013, at 23:44 , David Kastrup wrote: > >> #(list instrumentOne 'score) >> or >> #`(,instrumentOne score) > did try these, couldn't get it work (due to a missing quote, my > mistake) but > >> or in LilyPond, namely >> \keepWithTag \instrumentOne.score > I didn't know this syntax construct, this one works nicely
Well, you can assemble a symbol list in LilyPond by separating the symbols with periods. That's basically what bought us the new form of override/revert syntax and functions with a similar interface. 2.17.6 or so. -- David Kastrup _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
