bug-lilypond
[Top][All Lists]
Advanced

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

cannot find Voice


From: Erik Sandberg
Subject: cannot find Voice
Date: Sun, 28 Mar 2004 19:15:18 +0200
User-agent: KMail/1.5.4

Hi,

The following code produces five warnings
warning: cannot find Voice: A

but the paper output is perfect.

\version "2.1.34"
\score {<<
  \new Staff \notes { a4 a a a \context Voice=A {a a a a}}

  \lyricsto A \new Lyrics \lyrics { a a a a }
>>}

The following code gives the same output without warnings. IMHO, both ways 
should be allowed:
  \new Staff \notes \context Voice = A { \new Voice {a4 a a a} a a a a}

Erik





reply via email to

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