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
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
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
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
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 }
SNIPPET ENDS
Now I want to have a number of different tweaked spanners which share a bunc