bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1962 in lilypond: Visible gap in span bar when making lyrics t


From: lilypond
Subject: Re: Issue 1962 in lilypond: Visible gap in span bar when making lyrics to avoid bar lines
Date: Mon, 17 Oct 2011 07:05:42 +0000


Comment #2 on issue 1962 by address@hidden: Visible gap in span bar when making lyrics to avoid bar lines
http://code.google.com/p/lilypond/issues/detail?id=1962

If it helps if you use

  \new Lyrics \lyricsto "voice" {
    \lyricmode { " " }
  }

Then you don't get the space.

Also if you comment out just one (any one) of the \consists out of

  \context {
    \Lyrics
     \consists "Bar_engraver"
     \consists "Separating_line_group_engraver"
      \override BarLine #'transparent = ##t
  }

Then it also goes away.




reply via email to

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