lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NoteEdit and LilyPond-2.x (ver 2)


From: Erik Sandberg
Subject: Re: NoteEdit and LilyPond-2.x (ver 2)
Date: Mon, 12 Jan 2004 14:05:14 +0100
User-agent: KMail/1.5.4

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]