lilypond-user
[Top][All Lists]
Advanced

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

Re: Already have music in score


From: andrew Black
Subject: Re: Already have music in score
Date: Fri, 05 Aug 2005 11:26:03 +0100
User-agent: Mozilla Thunderbird 0.7.3 (Windows/20040803)

Jan Nieuwenhuizen wrote:

Pretty much what they say.  Did you snip away part of the messages,
the .ly context is missing?


Exact outut is as follows - doesnt give any context :

GNU LilyPond 2.4.2
Processing `error.ly'
Parsing...

error: Already have music in score

error: This is the previous music
warning: Need music in a score


Answers get easier by providing the offending .ly snippet.

Agreed.  Problem was the example showing it was too complex to send.
Done a bit of experiments and this does it .

\version "2.4.2"

\score {
   \context Voice = single  {  c c c }
   % comment out this line and it works ....
   \context Lyrics = singleLyrics \lyricsto single { These are words }
}






reply via email to

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