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: Eluze
Subject: Re: vertical centering of chorus lyrics (and not needed codeinsnippets)
Date: Thu, 5 Dec 2013 13:52:10 -0800 (PST)

David Kastrup wrote
> "Phil Holmes" <

> mail@

> > writes:
> 
>> "Eluze" <

> eluzew@

> > 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.

this works, indeed (but I guess convert-ly will not change this, will it?)

now there's another little issue in this snippet (which I didn't see
before):

the melody is 

melody = \relative c' { c4 d e f g f e8( e f) d4 c e d c }

where it should be (note the change from the eighth to fourth duration)

melody = \relative c' { 
  c4 d e f |
  g f e8( e f) d |
  c4 e d c |
}

so here is the newest - and hopefully the last - corrected file:  LSR503.ly
<http://lilypond.1069038.n5.nabble.com/file/n155148/LSR503.ly>  

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/vertical-centering-of-chorus-lyrics-and-not-needed-code-in-snippets-tp154979p155148.html
Sent from the Bugs mailing list archive at Nabble.com.



reply via email to

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