bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1962 in lilypond: Visible gap in span bar when making lyrics to av


From: lilypond
Subject: Issue 1962 in lilypond: Visible gap in span bar when making lyrics to avoid bar lines
Date: Mon, 10 Oct 2011 10:02:59 +0000

Status: Accepted
Owner: ----
Labels: Type-Ugly Regression

New issue 1962 by brownian.box: Visible gap in span bar when making lyrics to avoid bar lines
http://code.google.com/p/lilypond/issues/detail?id=1962

% Using trick from this page
% http://lilypond.org/doc/v2.15/Documentation/notation/techniques-specific-to-lyrics

%------------------8<------------------------
\version "2.15.14"   % 2.14.2 does the same

\new ChoirStaff <<
  \new Staff {
    \new Voice = "voice" {
      \relative c'' { c1 \bar "|." }
    }
  }
  \new Lyrics \lyricsto "voice" {
    \lyricmode { la }
  }
  \new Staff {
    \relative c'' { c1 }
  }


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

%------------------8<------------------------

2.12.3 is quite ok.

Attachments:
        test--2.12.3.png  13.4 KB
        test--2.15.14.png  12.7 KB




reply via email to

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