lilypond-user
[Top][All Lists]
Advanced

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

~/lily/songs/test.gif


From: Lothar Schmid
Subject: ~/lily/songs/test.gif
Date: Mon, 1 May 2006 23:49:50 +0200

I have 2 problems with the vertical spacing of lyrics (I'm using version 2.2.6):

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
        }
        }


>>
}
<img src="" href="http://www.nabble.com/user-images/2872.gif">http://www.nabble.com/user-images/2872.gif" border="0" />
reply via email to

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