bug-lilypond
[Top][All Lists]
Advanced

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

Lyrics-avoiding barlines are too long


From: Zoltan Selyem
Subject: Lyrics-avoiding barlines are too long
Date: Mon, 19 Mar 2007 01:07:10 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

%% "Making lyrics avoid barlines" used with StaffGroup
%% causes barlines to extend under the last staff
%% and causes repeat signs not to be continuous.

\version "2.10.15"
\paper{ ragged-right=##t }
\context StaffGroup
<<
  \relative c' { c1 d \bar ":|" }
  \addlyrics { c d }
  \relative e' { e1 f }
  \addlyrics { e f }
>>
\layout{
  \context {
    \Lyrics
      \consists "Bar_engraver"
      \consists "Separating_line_group_engraver"
      \override BarLine #'transparent = ##t
  }
}





reply via email to

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