On Monday 12 January 2004 12.42, Joerg Anders wrote:
> On Mon, 12 Jan 2004, Erik Sandberg wrote:
> > What you want is probably
> > flat = \markup { \raise #0.2 \smaller \musicglyph #"accidentals--2" }
>
> Thank you!
>
> Last question: What happend with the wavy lines:
>
>  g \spanrequest \start "text"  g \spanrequest \stop "text"
>
> in LilyPond-1.x ?

I took your code, added \score {\notes{  }} around it, and ran "convert-ly -f 
1.6" on it :). Here's the result, which works:

\score {
\notes {
g #(ly:export (make-span-event 'TextSpanEvent START)) g #(ly:export 
(make-span-event 'TextSpanEvent STOP))
}

However, this is probably not the way you're supposed to do, I would guess 
that the following is what you really want to look at:
http://lilypond.org/doc/v2.1/Documentation/user/out-www/lilypond/
Text-spanners.html#Text%20spanners

Erik



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to