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: dax2
Subject: Re: Already have music in score
Date: Sun, 12 Jun 2005 17:39:17 +0200

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




reply via email to

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