lilypond-user
[Top][All Lists]
Advanced

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

Re: help! need an example


From: jango
Subject: Re: help! need an example
Date: Mon, 13 Mar 2006 11:05:52 -0800 (PST)

thanks a lot guys :) though i still have a trouble.


that's the code i got:

\version "2.6.0"
     global = {
        \key bes \major
        \time 4/4
     }
     
     sopMusic = \relative c'' {
        b2 b2 \bar "||"
        \time 9/4
        b4\( c2 d2\) d4 d4 c2\( b2\) a2\( b4 c4\)
     }

     
     altoMusic = \relative c''
     {

     }

     
     tenorMusic = \relative c' {
%MUSIC
        d2 d2 \bar "||"
        \time 9/4
        d4\( f4( f2)\) f4 f4 f2\( d2\) d2.\( f4\)
     }
     
     bassMusic = \relative c {
%MUSIC

     }


     sopWords = \lyricmode {

     }
     altoWords =\lyricmode {
        
     }
     tenorWords = \lyricmode {

     }
     bassWords = \lyricmode {

     }


     
     \score {
        \context ChoirStaff <<
           \context Lyrics = sopranos { s1 }
           \context Staff = women <<
              \context Voice =
                sopranos { \voiceOne << \global \sopMusic >> }
              \context Voice =
                altos { \voiceTwo << \global \altoMusic >> }
           >>
           \context Lyrics = altos { s1 }
           \context Lyrics = tenors { s1 }
           \context Staff = men <<
              \clef bass
              \context Voice =
                tenors { \voiceOne <<\global \tenorMusic >> }
              \context Voice =
                basses { \voiceTwo <<\global \bassMusic >> }
           >>
           \context Lyrics = basses { s1 }
           \context Lyrics = sopranos \lyricsto sopranos \sopWords
           \context Lyrics = altos \lyricsto altos \altoWords
           \context Lyrics = tenors \lyricsto tenors \tenorWords
           \context Lyrics = basses \lyricsto basses \bassWords
        >>
     
        \layout {
           \context {
              % a little smaller so lyrics
              % can be closer to the staff
              \Staff minimumVerticalExtent = #'(-3 . 3)
           }
        }
     }

though i still don't know which relative key use to start alto and bass part
=( i just don't get the right line =(
can anybody say which note should be the first there?

thanks a lot!
--
View this message in context: 
http://www.nabble.com/help%21-need-an-example-t1269418.html#a3383580
Sent from the Gnu - Lilypond - User forum at Nabble.com.





reply via email to

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