Re: Defining a command to perform a TextSpanner

2014-06-29 Thread Martyn Quick
gnu.org" Sent: Wednesday, 25 June 2014, 19:50 Subject: Re: Defining a command to perform a TextSpanner Martyn Quick writes: > I've been using the TextSpanner in the following way: > > \version "2.18.2" > > music = { >   \textSpannerDown >   \override TextSpanner

Re: Defining a command to perform a TextSpanner

2014-06-25 Thread David Kastrup
Martyn Quick writes: > I've been using the TextSpanner in the following way: > > \version "2.18.2" > > music = { >   \textSpannerDown >   \override TextSpanner.bound-details.left.text = >     \markup { \upright "P.M." } >   e,8 e,\startTextSpan e, e, e, e, e,\stopTextSpan e, > } > > \score { >  

Defining a command to perform a TextSpanner

2014-06-25 Thread Martyn Quick
I've been using the TextSpanner in the following way: \version "2.18.2" music = {   \textSpannerDown   \override TextSpanner.bound-details.left.text =     \markup { \upright "P.M." }   e,8 e,\startTextSpan e, e, e, e, e,\stopTextSpan e, } \score {   <<   \new Staff { \clef "treble_8"     \music