bug-lilypond
[Top][All Lists]
Advanced

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

Issue 750 in lilypond: Misleading warning when a Lyrics context is empt


From: codesite-noreply
Subject: Issue 750 in lilypond: Misleading warning when a Lyrics context is empty
Date: Sat, 28 Feb 2009 13:51:30 +0000

Status: Accepted
Owner: v.villenave
Labels: Priority-Low Type-Defect Warning-nitpick

New issue 750 by v.villenave: Misleading warning when a Lyrics context is empty
http://code.google.com/p/lilypond/issues/detail?id=750

% When compiling the following example, a warning is printed:
% "warning: cannot find Voice `notes'"

% The expected warning message would be something like:
% "warning: no lyrics found"
% (or, perhaps better, no warning at all)

\version "2.12.1"

<<
 \new Staff
  \new Voice = "notes" {
   c1
  }
 \new Lyrics \lyricsto "notes" \lyricmode { }


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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