David Kastrup wrote > "Phil Holmes" < > mail@
> > writes: > >> "Eluze" < > eluzew@ > > wrote in message >> news: > 1386257667809-155106.post@.nabble > ... >>> 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. _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond