bug-lilypond
[Top][All Lists]
Advanced

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

Re: Distance between first two lines (Staffs)


From: Mats Bengtsson
Subject: Re: Distance between first two lines (Staffs)
Date: Tue, 07 Feb 2006 17:02:50 +0100
User-agent: Internet Messaging Program (IMP) H3 (4.0.4)

See http://lists.gnu.org/archive/html/lilypond-user/2005-08/msg00085.html

  /Mats

Quoting Franz Bauernfeind <address@hidden>:

Hi, I'm using Lilypond 2.6.4-5 for Windows XP Home.

I have a piece with different lyrics (2 stanzas) only in the last line.
The distance between the first two lines of the piece is getting larger with
appending the lyrics to the last line. All the distances of the following
lines
are correct. It seems that for the first line the "invisible staff for
lyrics"
is not "deleted" although there is no "additional" text for that line but
only
for the last line.

Trying Lilypond 2.7.32-1 that problem doesn't appear - but it seems that
with
that new version the "linewidth" is ignored.

Here is the example-file:

\version "2.6.4"

\paper {
 leftmargin = 2.5\cm
 linewidth = 14\cm
}

\header {
 tagline = ""
}

\include "deutsch.ly"

\score {
 <<
 \set Score.defaultBarType = "empty"

   \chords { \semiGermanChords {
     d2 a g a4
     a d4. g8 d4 g a2 h:m
     \skip 4 g4 a d e:m h8:m g d2 a d1
   } }
   \context Voice = melody \relative c' {
     \time 4/4
     \key d \major
     \autoBeamOff
     d4 d a' a8 a h2 a4 \breathe \bar "" \break
     a a4. g8 fis4 h a2 fis \breathe \bar "" \break
     \context Voice = lastline { r4 h4 a fis e fis8 g a4( fis e2) d1 } \bar
":|"
   }
   \lyricsto melody \new Lyrics {
     O Lamm Got -- tes un -- schul -- dig,
     sonst muess -- ten wir ver -- za -- gen.
   }
   \lyricsto lastline \new Lyrics {
     \set stanza = "1. "
     Er -- barm dich un -- ser, o Je -- su.
   }
   \lyricsto lastline \new Lyrics {
     \set stanza = "2. "
     Gib dei -- nen Frie -- den o Je -- su.
   }
 >>
 \layout {
   indent = 0\cm
 }
}


--
DSL-Aktion wegen großer Nachfrage bis 28.2.2006 verlängert:
GMX DSL-Flatrate 1 Jahr kostenlos* http://www.gmx.net/de/go/dsl


_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond








reply via email to

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