lilypond-user
[Top][All Lists]
Advanced

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

Re: bars trouble


From: Mats Bengtsson
Subject: Re: bars trouble
Date: Thu, 16 Mar 2006 09:28:22 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

Please read the section on "System Start Delimiters" in the manual.

 /Mats

jango wrote:

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.



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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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