RE: text with \musicglyph

2009-07-27 Thread Nick Payne
ypond-user-bounces+nick.payne=internode.on@gnu.org] On > Behalf Of David Bobroff > Sent: Tuesday, 28 July 2009 2:02 AM > To: Lilypond-User > Subject: text with \musicglyph > > I'm trying to create a \mark which contains: > > \markup {\bold \large "D.S. al" \music

Re: text with \musicglyph

2009-07-27 Thread David Stocker
Try this: \mark \markup \line \general-align #Y #CENTER { \bold \large "D.S. al" \musicglyph #"scripts.varcoda" } and see if that does what you want. You can make life easier by doing: varCoda = { \mark \markup \line \general-align #Y #CENTER { \bold \large "D.S. al" \musicglyph #"s

Re: text with \musicglyph

2009-07-27 Thread Gilles Sadowski
Hi. > ...and I'm not getting entirely what I need. The varcoda sign is too > low and too close to the preceding text. I've been searching through > the docs to find a solution and have not yet come across what I need. > > Ideas? Try fiddling with \raise #1.0 and \hspace #1.0 Best, Gil

text with \musicglyph

2009-07-27 Thread David Bobroff
I'm trying to create a \mark which contains: \markup {\bold \large "D.S. al" \musicglyph #"scripts.varcoda" } ...and I'm not getting entirely what I need. The varcoda sign is too low and too close to the preceding text. I've been searching through the docs to find a solution and have not yet