Re: "concatenating" tweaks

2016-04-26 Thread David Kastrup
Kieren MacMillan writes: > Hi Thomas, > >> \etc > > AH!! I remember seeing that some time ago (in one of David K’s posts > on another topic), and thinking how great/powerful that probably > was/is, but not really understanding how to use it. Now I understand. It's not actually powerful but just

Re: "concatenating" tweaks

2016-04-26 Thread David Kastrup
Thomas Morley writes: > Thus: > > \version "2.19.40" > > shared-tweaks = > \tweak font-size #12 \etc Which is the primordial justification for the \etc feature. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gn

Re: "concatenating" tweaks

2016-04-26 Thread Kieren MacMillan
Hi Thomas, > \etc AH!! I remember seeing that some time ago (in one of David K’s posts on another topic), and thinking how great/powerful that probably was/is, but not really understanding how to use it. Now I understand. Thank you for the quick and helpful reply And thank you to David K and w

Re: "concatenating" tweaks

2016-04-26 Thread Thomas Morley
Hi Kieren, 2016-04-26 19:01 GMT+02:00 Kieren MacMillan : > Hello all, > > The following works great: > > SNIPPET BEGINS > \version "2.19" > > tweaked-spanner = > \tweak color #red > \startTextSpan > > music = { > c''1\tweaked-spanner 1\stopTextSpan > } > > \score { \music } > SNI