> -----Original Message-----
> From: David Kastrup [mailto:d...@gnu.org]
> Sent: Wednesday, February 27, 2013 5:24 AM
> To: lilypond-user@gnu.org
> Subject: Re: Footnotes to lyrics
> 
> Conversion to 2.17.13 (what I have here) leaves this unchanged.  The error
> message is a different one, though.  I can make the above work using
> \markup "Lyric" instead of Lyric.  As you don't post the exact error message
> corresponding to your source file, I have no idea whether the error is
> triggered at the same point.
> 
> At one point of time, I plan distinguishing Lyric and "Lyric" in function
> arguments, and then you'll get along without the disconcerting
> disambiguator "\markup".  But that's somewhat unfinished yet.

The exact error message that I got was:

error: syntax error, unexpected LYRICS_STRING
  \new Lyrics \lyricsto "voice" { \footnote #'(1 . 1) "footnote" 
                                                                 Lyric }

Changing Lyric to \markup "Lyric" gets me:

error: syntax error, unexpected LYRIC_MARKUP
  \new Lyrics \lyricsto "voice" { \footnote #'(1 . 1) "footnote" 
                                                                 \markup 
"Lyric" }

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to