bug-lilypond
[Top][All Lists]
Advanced

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

Re: Lyrics-avoiding barlines are too long


From: Mats Bengtsson
Subject: Re: Lyrics-avoiding barlines are too long
Date: Mon, 19 Mar 2007 10:03:35 +0100
User-agent: Thunderbird 1.5.0.10 (X11/20070221)

This isn't a bug! Just move the bottom lyrics line out of the StaffGroup context, see also http://lists.gnu.org/archive/html/lilypond-user/2006-12/msg00289.html. Unfortunately, this may mean that you cannot use the \addlyrics feature but have
to learn to use the much more flexible \lyricsto construct.


  /Mats

Zoltan Selyem wrote:
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
  }
}



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