bug-lilypond
[Top][All Lists]
Advanced

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

Re: lyrics in volta confuses Bar_engraver


From: Graham Percival
Subject: Re: lyrics in volta confuses Bar_engraver
Date: Wed, 01 Aug 2007 18:29:20 -0700
User-agent: Thunderbird 1.5.0.12 (Macintosh/20070509)

I cannot reproduce this in 2.11.28; I recall a bug similar (or identical) to this being fixed recently. Please wait until a new 2.10 release is made, and test with that.

Cheers,
- Graham

Steven McDougall wrote:
I'm not top posting.

\version "2.10.25"
\paper{ ragged-right=##t }

music = \relative c'
{
  \repeat volta 2 { c d e f  }
}

words = \lyricmode { c d e f }

\score
{
  \new GrandStaff
  <<
    \new Staff = upper { \new Voice = "singer" \music }

    \new Lyrics \lyricmode
    {
      \set associatedVoice = #"singer"
      \words
    }

    \new Staff = lower \music
  >>
\layout
  {
    \context { \GrandStaff \accepts "Lyrics"    }

    % LilyPond manual section 7.3 Vocal music says,
    % To make lyrics avoid barlines as well, use
\context { \Lyrics \consists "Bar_engraver"
        \consists "Separating_line_group_engraver"
\override BarLine #'transparent = ##t }
  }
}

% The \override BarLine suppress the ':' before the bar line,
% but it still blanks out a piece of the bar line.




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