bug-lilypond
[Top][All Lists]
Advanced

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

Re: Lyrics independent of notes


From: Andrew Hawryluk
Subject: Re: Lyrics independent of notes
Date: Wed, 20 Aug 2008 19:10:42 -0600

On Tue, Aug 19, 2008 at 4:03 AM, Valentin Villenave
<address@hidden> wrote:
> 2008/8/12 Martin Klejch <address@hidden>:
>
>> %% the "Lyrics independent of notes" example (chapter 7.3.7.5 of the manual)
>> %% gives errors: warning: Lyric syllable does not have note. Use \lyricsto
>> %% or associatedVoice ...
>
> I'm not sure this is a bug. Can anyone who has already used such
> structures confirm?
>
> http://kainhofer.com/~lilypond/Documentation/user/lilypond/Lyrics-independent-of-notes.html
>
> (if anyone has ever used it, that is :-)
>
> Cheers,
> Valentin
>
>
> _______________________________________________
> bug-lilypond mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-lilypond
>

I tried to get that same feature to work on a piece I was
re-engraving, but I got the same error message and a bunch of
improperly aligned lyrics. I tried the attached snippet and got these
complains from LilyPond:

GNU LilyPond 2.11.49
Processing `test.ly'
Parsing...
test.ly:0: warning: : no \version statement found, please add

\version "2.11.49"

for future compatibility
Interpreting music...
test.ly:8:24: warning: Lyric syllable does not have note. Use
\lyricsto or associatedVoice.
     lyr = \lyricmode {
                        I like my cat! }
test.ly:8:26: warning: Lyric syllable does not have note. Use
\lyricsto or associatedVoice.
     lyr = \lyricmode { I
                          like my cat! }
test.ly:8:31: warning: Lyric syllable does not have note. Use
\lyricsto or associatedVoice.
     lyr = \lyricmode { I like
                               my cat! }
test.ly:8:34: warning: Lyric syllable does not have note. Use
\lyricsto or associatedVoice.
     lyr = \lyricmode { I like my
                                  cat! }
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `test.ps'...
Converting to `./test.pdf'...

Attachment: test.ly
Description: application/extension-ly

Attachment: test.pdf
Description: Adobe PDF document


reply via email to

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