"Phil Holmes" <[email protected]> writes:

> "Eluze" <[email protected]> wrote in message
> news:[email protected]...
>> Phil Holmes-2 wrote
>>> Not sure you can update the snippet, but please do try and let me know on
>>> the list that it needs approving.
>>
>> you're right - I can't
>>
>> here is the modified code:  LSR503.ly
>> <http://lilypond.1069038.n5.nabble.com/file/n155106/LSR503.ly>
>>
>> Eluze
>
> That doesn't compile on 2.14.0:
>
> C:/Users/Phil/AppData/Local/Temp/LSR503.ly:20:16: error: syntax error,
> unexpected LYRIC_MARKUP
>  \set stanza =
>                \markup {\hspace #2 All:}
>
> So the LSR 503 is currently not working and I don't have time to find
> out why right now.

Sick.  It's obviously because in lyricmode, a \markup is only
interpretable as music.  You probably have to write

\notemode { \set stanza = \markup {\hspace #2 All:} }

here.  I've eliminated LYRIC_MARKUP in 2.17.9 so the problem can no
longer occur.  However, I just tested this with 2.16.2, and it's fine
there as well.  So there must have been some unrelated fix for that
problem since 2.14.

-- 
David Kastrup


_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to