lilypond-user
[Top][All Lists]
Advanced

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

Re:


From: Mats Bengtsson
Subject: Re:
Date: Thu, 29 Jul 2004 13:23:31 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040616

Please always specify a relevant subject of your emails.
Also, always tell what LilyPond version you use, if you want
a relevant answer.

You could start the second line with a \skip (for example \skip 1*8
to skip 8 full measures in 4/4). However, this only works if you
specify the durations manually of each syllable (i.e. don't use
\lyricsto for that line). Example:

\score{
 <<
  \context Voice = music \notes { c d e f | g4. f8 e4 d |}
  \lyricsto music \lyrics \new Lyrics {
    do re mi fa sol fa mi re }
  \lyrics \new Lyrics {
   \skip 1 sol4. fa8 mi4 re }
 >>
}

   /Mats

Frédéric Bron wrote:
Hi!
Many thanks for this wonderfull piece of software.
I am trying to write a song book and in such case in the refrain, there is
only one line of lyrics and in the couplets there are several. I could do
this only by split the score in two, one for the refrain and one for the
couplets but if the refrain is so small that the couplet should start on the
same line, it is not possible. Could you help?
Thanks in advance,
Frédéric

-----------------------------------------------------------
Frédéric Bron (address@hidden)
Villa des Quatre Chemins, Centre Hospitalier, BP 208
38506 VOIRON CEDEX
tél. : (33) 4 76 67 17 27




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