lilypond-user
[Top][All Lists]
Advanced

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

Re: Trouble with lyric alignment


From: Mats Bengtsson
Subject: Re: Trouble with lyric alignment
Date: Wed, 23 Nov 2005 10:27:38 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

Basically the same question is answered for example in
http://lists.gnu.org/archive/html/lilypond-user/2005-11/msg00268.html
in the mailing list archives.

  /Mats

onix wrote:

I am a little bit confused about why my lyrics are not printing under
the first note in this piece.  For some reason, they are starting on the
second note.  Any clue?  Another anomaly is that not all the lyrics
printed for this line.  I want to get this cleared up before I go
farther.

lilypond 2.6.0, mandrake 10.1


    \version "2.6.0"
    upper = \relative c' {
       \clef treble
       \key des \major
       \time 3/4
\partial 4*3 << {des4} \\ {des4} >> <f des> <ges des> | <aes
es>( <aes
       es>) <aes des> <bes des> <aes des> <ges des> << { aes2. } \\
       {es4( des c)} >>
    }
lower = \relative c {
       \clef bass
       \key des \major
       \time 3/4
\partial 4*3 <f des> <aes des,> <bes bes,> <c aes,>( <c
          aes>) <aes f> << {ges} \\ {ges} >>  <aes f> <bes es,> <<
          {aes2.} \\ {c,4( bes aes) } >>
    }
text = \lyricmode {I want "to walk" as a child of the light
    }
\score {
      \context GrandStaff <<
        \context Staff = upper {
            \context Voice = singer \upper }
        \lyricsto "singer" \new Lyrics \text
        \context Staff = lower <<
          \clef bass
          \lower
        >>
      >>
      \layout {
\context { \GrandStaff \accepts "Lyrics" \override SpanBar #'break-visibility =
      #center-invisible }
        \context { \Lyrics \consists "Bar_engraver" }
      }
      \midi { \tempo 4=75 }
    }



_______________________________________________
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]