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


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to