Laura Conrad <[EMAIL PROTECTED]> writes:

> How do I get one?  If I just put it in in lyrics mode, I get an error:
> 
> nobreak.ly:22:10: warning: Junking request: `Span_req':
> But this (
>           a-  las) o would  _   _   _   _  have kild mee doe not doubt  _  you;  

Try enclosing in double quotes (that goes for all lyrics stuff), then
it's recognised as a string.  Bare words are converted automagically
to strings, but () are slur-requests, remember.

\score{
        \context Lyrics \lyrics{
        But this "(a-" "las)" o would  _   _   _   _  have kild mee doe not doubt  _  
you;  
        }
}

> If I use '\(' lily crashes:

Over here, LilyPond exist gracefully with an error message.  Are you
sure she crashes, could you send a stack trace?

Greetings
Jan

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org

_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to