bug-lilypond
[Top][All Lists]
Advanced

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

Re: Problem with lyrics


From: Mats Bengtsson
Subject: Re: Problem with lyrics
Date: Tue, 24 Oct 2006 10:33:04 +0200
User-agent: Thunderbird 1.5.0.7 (X11/20060909)

You are confusing LilyPond, since you try to instantiate the Lyrics contexts within the Staff context. I know that it feels nonintuitive to some people that the lyrics is not part of the staff, but that's how it's done in LilyPond. Just replace your score
block with something like:

\score {
 <<
   \context Staff = cStaff {
       \clef G
       \time 4/4
       \context Voice = cVStaffAARef \StaffARef
       \break
       \context Voice = cStaffAACpl \StaffACpl
   }
   \context Lyrics = cLStaffARef \lyricsto cVStaffAARef \StaffATextRef
   \context Lyrics = cStaffAA \lyricsto cStaffAACpl \StaffATextA
   \context Lyrics = cStaffAB \lyricsto cStaffAACpl \StaffATextB
   \context Lyrics = cStaffAC \lyricsto cStaffAACpl \StaffATextC
 >>
}

Note also that you have a very old version of LilyPond. I recommend you to
upgrade to version 2.8 or the next stable version 2.10 that should be released
very soon.

   /Mats

Famille Meigniez wrote:
You can find attached a typical example of a song with a 'refrain' and same verses. But I don't understand why Lilypond shows me the following error message during the processing:

GNU LilyPond 2.6.3
Processing `SoisTemoin_2.ly'
Analyse...
Interprétation en cours de la musique...[8]
erreur de programmation: moving backwards in time
poursuite; croisons les doigts
[16][24][25]
Pré-traitement des éléments graphiques...
Calcul des bris de lignes... [3][6][9][12][15][18][21][24][26]
Calculating page breaks...
Layout output to `SoisTemoin_2.ps'...
Conversion à « SoisTemoin_2.pdf »...

and why it adds two empty bars between the 'refrain' and the verses as you can see in the pdf file.

Could you explain me what I do wrong or... if it is, maybe, a bug ?

Thanks in advance
P. Meigniez

P.S.: To have a 'correct' printout, I had to add artificially a note in the 'refrain'. By example, by replacing the last rest by a c.
------------------------------------------------------------------------

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

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