Re: Overriding Script symbol with markup

2019-12-28 Thread Kieren MacMillan
Hi Daniel, > What property of Script do I need to override in order to replace the symbol > with markup? Here’s an example I have in my include code: \version "2.19.83" pocoAccent = -\tweak stencil #ly:text-interface::print -\tweak self-alignment-X #-0.5 -\tweak text \markup \override

Overriding Script symbol with markup

2019-12-28 Thread Daniel Rosen
What property of Script do I need to override in order to replace the symbol with markup? Example: { \override Script.? = \markup { foo } c'1\trill } would print "foo" instead of the trill symbol. DR