lilypond-user
[Top][All Lists]
Advanced

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

Re: Vertical spacing of lyrics


From: Eduardo Vieira
Subject: Re: Vertical spacing of lyrics
Date: Tue, 2 May 2006 07:08:06 -0300

Hello Lothar, 
You didn't say the version you're using, but by your example it is too old 
to even compile in the latest version (2.8.0). Well, after I removed \notes, 
it did. My first advice is to upgrade you version. 
Addressing your need, I think the easiest way is just remove 
 \lyricsto "one" \new Lyrics {  Lu lu lu lu  } 

And add these words to the first lyricsto: 
 La la la la Lu lu lu lu 

As to the vertical spacing between lines of lyrics, I'll give you a hint. 
See in the manual the SATB template, a line that ends with "extent". 

Good luck! 

Eduardo Vieira 


----- Original Message ----- 
From: "Lotharster" <address@hidden> 
To: <address@hidden> 
Sent: Monday, May 01, 2006 5:19 PM 
Subject: Vertical spacing of lyrics 


> 
> I have 2 problems with the vertical spacing of lyrics: 
> 
> 1.) When rendering the lilypond file below, there is very much space 
between 
> the two lyrics lines. How can I reduce that space? 
> 
> 2.) The third part ("Lu lu ...") is should be set at the same height as 
the 
> first part ("La la ...").  How can I achieve that? 
> 
> Attached is a picture of the rendered output 
> 
> Regards, 
> 
> Lothar 
> 
> 
> The lilypond file: 
> 
> \score { 
> << 
>         \context Voice = one { 
>                 \override Staff.TimeSignature #'style = #'() % 4/4 
> Takt-Zeichen 
>                 \clef violin 
>                 \time 4/4 
>                 \notes \relative c' { 
>                         c4 d e f 
>                         g4 f e d 
>                 } 
>         } 
>         \lyrics { 
>         << 
>                 \lyricsto "one" \new Lyrics { 
>                         La la la la 
>                 } 
>                 \lyricsto "one" \new Lyrics { 
>                         Lo lo lo lo 
>                 } 
>         >> 
>         \lyricsto "one" \new Lyrics { 
>                 Lu lu lu lu 
>         } 
>         } 
> 
> 
> >> 
> } 



reply via email to

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