lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyrics alignment problem


From: Mats Bengtsson
Subject: Re: Lyrics alignment problem
Date: Mon, 11 Apr 2005 13:22:08 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050319

Keep all the lyrics within the same Lyrics context:

\score {
<<
\new Staff {
\repeat volta 2 { \context Voice = "voice" { \aaaa } }
\alternative { \context Voice = "altI" { \bbbb }
\context Voice = "altII" { \cccc }
}
}
\new Lyrics <<
\lyricsto "voice"  \lyaaaa
\lyricsto "altI"  \lybbbb
\lyricsto "altII" \lycccc
>>

>>


   /Mats

Riccardo Orfei wrote:
dear lilypond users,

I am experiencing some trouble in writing lyrics in a song with repeats
and alternatives.
Here is a sample of what I get: the text of this simple song is being
displayed on three lines.
What am I supposed to do to have my text on a single line?

Thank you for your kind attention,
Ric


\version "2.4.0"
\include "italiano.ly"
% tilde = ~
global = { \time 4/4 \key mib \major }
%
aaaa = \relative { do re mi fa }
bbbb = \relative { sol' la si do }
cccc = \relative { do' si la sol }
%
lyaaaa = \lyricmode { do re mi fa }
lybbbb = \lyricmode { sol la si do }
lycccc = \lyricmode { do si la sol }
%
\score {
<<
\new Staff {
\repeat volta 2 { \context Voice = "voice" { \aaaa } }
\alternative { \context Voice = "altI" { \bbbb }
\context Voice = "altII" { \cccc }
}
}
\lyricsto "voice" \new Lyrics \lyaaaa
\lyricsto "altI" \new Lyrics \lybbbb
\lyricsto "altII" \new Lyrics \lycccc

\layout { }
\midi { \tempo 4=90 }
}





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