Status: Accepted
Owner: v.villenave
Labels: Type-Defect Priority-Medium Engraving-nitpick

New issue 910 by v.villenave: Non-allowed span-bars should not affect Lyrics
http://code.google.com/p/lilypond/issues/detail?id=910

% In the following snippet, although allow-span-bar is set to false,
% the lyrics are affected (in the last measure).

% Removing the Span_bar_engraver prints the Lyrics as intended.

\version "2.13.7"
\layout {
  \context {
    \Score
    \consists Span_bar_engraver
  }
}
<<
  \new Staff { \repeat unfold 24 { c''8 } \bar "|." }
  \new ChoirStaff <<
    \new Staff \with {
      \override BarLine #'allow-span-bar = ##f
      \override SpanBar #'allow-span-bar = ##f
    } \new Voice = "upper" \repeat unfold 6 { c''2 }

    \new Lyrics \lyricsto "upper" \lyricmode {
      %% long-syllables position should not be affected by the forbidden
SpanBar.
      long-syllable a b c long-syllable d
    }
    \new Staff \repeat unfold 6 { c''2 }
  >>


Attachments:
        spanbar.png  10.0 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to