lilypond-user
[Top][All Lists]
Advanced

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

Re: why doesn't this put lyrics where I


From: Nathan
Subject: Re: why doesn't this put lyrics where I
Date: Sun, 2 Dec 2012 13:07:34 -0800

On Sun, Dec 2, 2012 at 12:16 PM, Christopher Brooks
<address@hidden> wrote:
> I just pasted this from the documentation, but it won’t allow me to do this,
> what do I do?

As james said, it's not totally clear what you need help with. Where
in the documentation did you paste it from? Did you alter it after
pasting?

The troublemaker appears to be this bit:

  >>
  \new Lyrics \with {
    \override LyricText.extra-offset = #'(0 . 8.6)
    \override LyricExtender.extra-offset = #'(0 . 8.6)
    \override LyricHyphen.extra-offset = #'(0 . 8.6)
  } \lyricsto "voc" { La la -- la __ _ la }
>>

The opening bracket is a syntax error: it should be "<<", not ">>".
Also, \lyricsto "voc" is referring to something nonexistent.

That's all I can figure out for now.

Regards,
Nathan



reply via email to

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