Re: Using \markup to define arrow-heads with TextSpanner

2018-06-07 Thread NMcB
Aaron Hill wrote > I think you want to override the `right.text` property to specify custom > markup. Hi Aaron, Thanks for this. Unfortunately, I'm already using right.text for something else. I'm now wondering if I shouldn't just append the arrow to the left of right.text and see what happens?

Re: Using \markup to define arrow-heads with TextSpanner

2018-06-07 Thread Aaron Hill
On 2018-06-07 06:01, NMcB wrote: I wonder I can #ly:text-interface::print the TextSpanner.bound-details.right.arrow and define the arrow with \markup? I've tried the following, although all it seems to do is hide the arrow entirely. \override TextSpanner.bound-details.right.arrow = ##t \overri

Re: Using \markup to define arrow-heads with TextSpanner

2018-06-07 Thread NMcB
Hi Andrew, Thanks for your reply and welcome! Andrew Bernard wrote > There are examples of arrows on the Lilypond Snippet Repository that may > be > helpful to you. I'm using id=1026 to draw arrows, it just seems that the issue is that I can't figure out how to actually modify the arrow grob th

Re: Using \markup to define arrow-heads with TextSpanner

2018-06-07 Thread Andrew Bernard
Hello N, Welcome to the Pond. There are examples of arrows on the Lilypond Snippet Repository that may be helpful to you. http://lsr.di.unimi.it/LSR/Search Andrew On 7 June 2018 at 21:27, NMcB wrote: > > I was wondering if anyone could advise what the process to modifying > arrow-heads in t

Using \markup to define arrow-heads with TextSpanner

2018-06-07 Thread NMcB
Hello everyone, First time poster, and recent Lilypond convert. I was wondering if anyone could advise what the process to modifying arrow-heads in the TextSpanner is? I've got as far as '\override TextSpanner.bound-details.right.arrow = ##t', which is all good and well, but I can't seem to fin