lilypond-user
[Top][All Lists]
Advanced

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

bars trouble


From: jango
Subject: bars trouble
Date: Wed, 15 Mar 2006 19:04:09 -0800 (PST)

i have the problems with \bar "|"
i need a certain bar to run across the stave, like on the picture:
http://img220.imageshack.us/img220/1330/tem13ct.jpg ,
but i have something like that instead:
http://img220.imageshack.us/img220/1330/tem13ct.jpg

thanks!       


     bassMusic = \relative c' {
%MUSIC
        \phrasingSlurDown
        <g, g'>2 <g g'>2 g'4\( f4 <b, b'>2\) 4 4 f'2\( g2\) d2\( g4 f4\) 
        
        
        <b, b'>2 4 <d b'> f2\( g2\) d2\( g4 f4\) <b, b'>2\( <g g'>2\) <c c'>2 <c
c'>2
        \relative c' <d, d'>1\( d1\) <g, g'> 
        
        g'4 g4 g4 g4 f4 <b, b'>2\( f'2\) g4 f4 b,4\( c4 d2\) d2  
        
        g4 g4 f4 <b, b'>2\( f'2\) b,4\( c4 d2\) d2
        \relative c' <g, g'>1 

        

     }


     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)
           }
        }
     }
--
View this message in context: 
http://www.nabble.com/bars-trouble-t1288920.html#a3429082
Sent from the Gnu - Lilypond - User forum at Nabble.com.





reply via email to

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