bug-lilypond
[Top][All Lists]
Advanced

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

Re: Lyrics in Devnull context are left-aligned


From: Daniel Johnson
Subject: Re: Lyrics in Devnull context are left-aligned
Date: Thu, 18 Jan 2007 16:33:06 -0800 (PST)
User-agent: SquirrelMail/1.4.8

> Thanks, added as
> http://code.google.com/p/lilypond/issues/detail?id=247
>
> I assume your earlier report about one of the Doc examples was the same
> issue.
>
> Cheers,
> - Graham

No, actually that was a separate issue. It's a minor nitpick, but Lilypond
claims that it can't find a voice to assign the lyrics to, then goes ahead
and assigns them.  For each syllable in the lyrics we get one error
message.  The output is fine, but stderr is so full of spurious warnings
that it's difficult to find real errors.

Try compiling this file and you'll see what I mean:

%%% http://lilypond.org/doc/v2.10/Documentation/user/lily-d5894a905a.ly %%%
voice = {
  c''2
  \tag #'music { c''2 }
  \tag #'lyricrhythm { c''4. c''8 }
  d''1
}

lyr = \lyricmode { I like my cat! }

<<
  \new Staff \keepWithTag #'music \voice
  \new Devnull="nowhere" \keepWithTag #'lyricrhythm \voice
  \new Lyrics \lyricsto "nowhere" \lyr
  \new Staff { c'8 c' c' c' c' c' c' c'
  c' c' c' c' c' c' c' c' }
>>




reply via email to

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