lilypond-user
[Top][All Lists]
Advanced

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

Already have music in score


From: andrew Black
Subject: Already have music in score
Date: Sun, 12 Jun 2005 15:53:53 +0100
User-agent: Mozilla Thunderbird 0.7.3 (Windows/20040803)

Hi
The example below is producing error message "Already have music in score". Any suggestions to what is wrong .


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

error: Already have music in score

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

bassMusic = \relative c {
  c4 c c c

  }

bassLyrics = \lyrics { etc  etc etc }

\score  {

   \context Voice = bassVoice {
      \clef "G_8"
      \bassMusic
   }
  \context Lyrics = bassusLyrics \lyricsto bassVoice { \bassLyrics }



}






reply via email to

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