bug-lilypond
[Top][All Lists]
Advanced

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

Re: Unwanted horizontal space below lyrics of first system only -- examp


From: Mats Bengtsson
Subject: Re: Unwanted horizontal space below lyrics of first system only -- example file
Date: Wed, 09 Aug 2006 23:40:06 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050927 Debian/1.7.8-1sarge3

This problem has been fixed in later versions of LilyPond
(I recommend you to upgrade to the latest stable version,
2.8.6). However, to solve the problem in 2.6.4, see
http://lists.gnu.org/archive/html/lilypond-user/2005-08/msg00085.html

  /Mats

Mirosław wrote:

% With polyfonic lyrics there is unwanted space below lyrics of first system (only) when second voice starts later (specially after first system).

\version "2.6.4"
\include "deutsch.ly"

refren = \set stanza = "R."
zwrotka = \set stanza = "1."
alteracja = #(set-accidental-style 'modern)

klucz = \key c \major
takt = \time 4/4

melodiaI = { c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f \voiceOne c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f \bar "|." }

melodiaII = { \skip 1*16 c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f }

tekstI = \lyricmode { \zwrotka c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f }

tekstII = \lyricmode { \zwrotka c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f
}

\paper {
        #(set-paper-size "a6")
        #(layout-set-staff-size (* 14.0 pt))
        leftmargin = 7 \mm
        linewidth = 88 \mm
        indent = 0 \mm
        betweensystemspace = #0.1 %#(* 1.0 mm)
        betweensystempadding = #0.1 %#(* 1.0 mm)
}
\layout {
        \context { \Score \remove "Bar_number_engraver" }
        \context { \Staff minimumVerticalExtent = ##f autoBeaming = ##f }
        \context { \Lyrics minimumVerticalExtent = #'(0.0 . 2.2) }
}

\score {
        \new Staff %\transpose c c
        {
                \klucz
                \takt
                \alteracja
                \relative c' { <<
                        \context Voice = "1" { \melodiaI }
                        \new Lyrics \lyricsto "1" \tekstI
                        \context Voice = "2" { \voiceTwo \melodiaII }
                        \new Lyrics \lyricsto "2" \tekstII
                >> }
        }
}



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