On Sun, 12 Jun 2005 15:53:53 +0100
andrew wrote:

>  Any suggestions to what is wrong .

I use to collate with a source which is known to work. I look
forward to reading the entire section on scores in the manual.
I need more templates, but it is possible to produce nice templaces
from the newer Mutopia sources.

Here I have added << and >> after score { and appropriately before
ending the block. This works:

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
\version "2.4.5"

bassMusic = {
   c4 d f e
}

bassLyrics = \lyrics { etc  etc etc }

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



-- 
dax2-tele2adsl:dk -- http://d-axel.dk/  Donald Axel


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

Reply via email to