Re: LyricText = markup?

2009-08-15 Thread Valentin Villenave
2009/8/15 Neil Puttock : >  458                 /* ugr. This sux. */ >  459                 string s (YYText ()); >  460                 if (s == "__") >  461                         return yylval.i = EXTENDER; >  462                 if (s == "--") >  463                         return yylval.i =

Re: LyricText = markup?

2009-08-15 Thread Neil Puttock
2009/8/15 Mark Polesky : > I know that \markup { ... } can be used within Lyrics, > but are all LyricText objects actually stored as markup > objects internally, even when not explicitly using the > \markup command? No, they're stored as scheme strings: (lexer.ll) 457 {LYRICS} { 458

LyricText = markup?

2009-08-14 Thread Mark Polesky
I know that \markup { ... } can be used within Lyrics, but are all LyricText objects actually stored as markup objects internally, even when not explicitly using the \markup command? - Mark ___ lilypond-devel mailing list lilypond-devel@gnu.o