bug-lilypond
[Top][All Lists]
Advanced

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

Re: vertical centering of chorus lyrics (and not needed codeinsnippets)


From: David Kastrup
Subject: Re: vertical centering of chorus lyrics (and not needed codeinsnippets)
Date: Thu, 05 Dec 2013 20:12:15 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

"Phil Holmes" <address@hidden> writes:

> "Eluze" <address@hidden> wrote in message
> news:address@hidden
>> 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




reply via email to

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